pub enum Offset {
East,
West,
}Expand description
Used to define if an offset is UTC+ or UTC- (eastern or western hemisphere).
Variants
East
Offset in the eastern hemisphere (UTC±00:00 - UTC+23:59:59).
West
Offset in the western hemisphere (UTC±00:00 - UTC-23:59:59).
Trait Implementations
sourceimpl PartialEq<Offset> for Offset
impl PartialEq<Offset> for Offset
impl Eq for Offset
impl StructuralEq for Offset
impl StructuralPartialEq for Offset
Auto Trait Implementations
impl RefUnwindSafe for Offset
impl Send for Offset
impl Sync for Offset
impl Unpin for Offset
impl UnwindSafe for Offset
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more