pub struct ZonePart {
pub adjustment_time: u64,
pub offset: TypedTime,
}
Expand description
A zone part is part of the zone line (super::Zone). It holds the adjustment time and the offset of that adjustment time.
Fields§
§adjustment_time: u64
§offset: TypedTime
Trait Implementations§
Source§impl Ord for ZonePart
impl Ord for ZonePart
Source§impl PartialOrd for ZonePart
impl PartialOrd for ZonePart
impl Copy for ZonePart
impl Eq for ZonePart
impl StructuralPartialEq for ZonePart
Auto Trait Implementations§
impl Freeze for ZonePart
impl RefUnwindSafe for ZonePart
impl Send for ZonePart
impl Sync for ZonePart
impl Unpin for ZonePart
impl UnwindSafe for ZonePart
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