pub struct TzOffset { /* private fields */ }Trait Implementations§
Source§impl Offset for TzOffset
Available on crate feature chrono-tz only.
impl Offset for TzOffset
Available on crate feature
chrono-tz only.Source§fn fix(&self) -> FixedOffset
fn fix(&self) -> FixedOffset
Returns the fixed offset from UTC to the local time stored.
impl Copy for TzOffset
Available on crate feature
chrono-tz only.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