#[non_exhaustive]pub struct AtTime;Expand description
A time zone containing a time zone ID, optional offset, and local time.
Trait Implementations§
Source§impl TimeZoneModel for AtTime
 
impl TimeZoneModel for AtTime
Source§type TimeZoneVariant = ()
 
type TimeZoneVariant = ()
The zone variant, if required for this time zone model.
Source§type ZoneNameTimestamp = ZoneNameTimestamp
 
type ZoneNameTimestamp = ZoneNameTimestamp
The local time, if required for this time zone model.
impl Eq for AtTime
impl StructuralPartialEq for AtTime
Auto Trait Implementations§
impl Freeze for AtTime
impl RefUnwindSafe for AtTime
impl Send for AtTime
impl Sync for AtTime
impl Unpin for AtTime
impl UnwindSafe for AtTime
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
Source§impl<T> IntoEither for T
 
impl<T> IntoEither for T
Source§fn into_either(self, into_left: bool) -> Either<Self, Self>
 
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moreSource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
 
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts 
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more