enum OffsetData {
Old(DataPayload<TimezoneVariantsOffsetsV1>),
New(DataPayload<TimezonePeriodsV1>),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OffsetData
impl RefUnwindSafe for OffsetData
impl !Send for OffsetData
impl !Sync for OffsetData
impl Unpin for OffsetData
impl UnsafeUnpin for OffsetData
impl UnwindSafe for OffsetData
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