pub struct TzOffset {
tz: Tz,
offset: FixedOffset,
}
Fields§
§tz: Tz
§offset: FixedOffset
Trait Implementations§
Source§impl Offset for TzOffset
impl Offset for TzOffset
Source§fn fix(&self) -> FixedOffset
fn fix(&self) -> FixedOffset
Returns the fixed offset from UTC to the local time stored.
impl Copy 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 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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)