pub enum ClockDebugScalarKind {
Time,
OptionalTime,
Duration,
}Variants§
Trait Implementations§
Source§impl Clone for ClockDebugScalarKind
impl Clone for ClockDebugScalarKind
Source§fn clone(&self) -> ClockDebugScalarKind
fn clone(&self) -> ClockDebugScalarKind
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 ClockDebugScalarKind
impl Debug for ClockDebugScalarKind
Source§impl PartialEq for ClockDebugScalarKind
impl PartialEq for ClockDebugScalarKind
impl Copy for ClockDebugScalarKind
impl Eq for ClockDebugScalarKind
impl StructuralPartialEq for ClockDebugScalarKind
Auto Trait Implementations§
impl Freeze for ClockDebugScalarKind
impl RefUnwindSafe for ClockDebugScalarKind
impl Send for ClockDebugScalarKind
impl Sync for ClockDebugScalarKind
impl Unpin for ClockDebugScalarKind
impl UnsafeUnpin for ClockDebugScalarKind
impl UnwindSafe for ClockDebugScalarKind
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