pub enum TzOffset {
Utc,
Fixed(FixedOffset),
}Variants§
Utc
Fixed(FixedOffset)
Trait Implementations§
impl Copy for TzOffset
impl Eq for TzOffset
impl StructuralPartialEq for TzOffset
Auto Trait Implementations§
impl Freeze for TzOffset
impl RefUnwindSafe for TzOffset
impl Send for TzOffset
impl Sync for TzOffset
impl Unpin for TzOffset
impl UnsafeUnpin for TzOffset
impl UnwindSafe for TzOffset
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> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<T> Colorize for Twhere
T: Display,
impl<T> Colorize for Twhere
T: Display,
fn red(&self) -> String
fn green(&self) -> String
fn yellow(&self) -> String
fn blue(&self) -> String
fn magenta(&self) -> String
fn cyan(&self) -> String
fn white(&self) -> String
fn bold(&self) -> String
fn dimmed(&self) -> String
fn italic(&self) -> String
fn on_black(&self) -> String
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.