enum ParsedOffsetKind {
Zulu,
Numeric(Numeric),
}
Expand description
The kind of a parsed offset.
Variants§
Zulu
The zulu offset, corresponding to UTC in a context where the offset for civil time is unknown or unavailable.
Numeric(Numeric)
The specific numeric offset.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParsedOffsetKind
impl RefUnwindSafe for ParsedOffsetKind
impl Send for ParsedOffsetKind
impl Sync for ParsedOffsetKind
impl Unpin for ParsedOffsetKind
impl UnwindSafe for ParsedOffsetKind
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