pub struct Timezone(/* private fields */);Expand description
IANA-style or provider-supplied timezone identifier for a resort location.
Timezone is part of the safety boundary for reminders, check-in windows, daily briefings, and labor reporting; adapters should validate provider-specific semantics before relying on it for live scheduling actions.
Implementations§
Trait Implementations§
Source§impl<'de> Deserialize<'de> for Timezone
impl<'de> Deserialize<'de> for Timezone
Source§fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
fn deserialize<D: Deserializer<'de>>(deserializer: D) -> Result<Self, D::Error>
Deserialize this value from the given Serde deserializer. Read more
Source§impl Ord for Timezone
impl Ord for Timezone
Source§impl PartialOrd for Timezone
impl PartialOrd for Timezone
impl Eq for Timezone
impl StructuralPartialEq for Timezone
Auto Trait Implementations§
impl Freeze for Timezone
impl RefUnwindSafe for Timezone
impl Send for Timezone
impl Sync for Timezone
impl Unpin for Timezone
impl UnsafeUnpin for Timezone
impl UnwindSafe for Timezone
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more