pub(super) enum ParsedTimeZoneKind<'i> {
Named(&'i str),
Offset(ParsedOffset),
Posix(PosixTimeZone<ArrayStr<ABBREVIATION_MAX>>),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl<'i> Freeze for ParsedTimeZoneKind<'i>
impl<'i> RefUnwindSafe for ParsedTimeZoneKind<'i>
impl<'i> Send for ParsedTimeZoneKind<'i>
impl<'i> Sync for ParsedTimeZoneKind<'i>
impl<'i> Unpin for ParsedTimeZoneKind<'i>
impl<'i> UnwindSafe for ParsedTimeZoneKind<'i>
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