pub enum TransitionType {
Standard,
Wall,
UTC,
}
Expand description
The ‘type’ of time that the change was announced in.
Variants§
Trait Implementations§
Source§impl Clone for TransitionType
impl Clone for TransitionType
Source§fn clone(&self) -> TransitionType
fn clone(&self) -> TransitionType
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for TransitionType
impl Debug for TransitionType
Source§impl PartialEq for TransitionType
impl PartialEq for TransitionType
impl Eq for TransitionType
impl StructuralPartialEq for TransitionType
Auto Trait Implementations§
impl Freeze for TransitionType
impl RefUnwindSafe for TransitionType
impl Send for TransitionType
impl Sync for TransitionType
impl Unpin for TransitionType
impl UnwindSafe for TransitionType
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