pub enum ClockArg {
Wall,
Monotonic,
Both,
}Variants§
Trait Implementations§
impl Copy for ClockArg
impl Eq for ClockArg
impl StructuralPartialEq for ClockArg
Auto Trait Implementations§
impl Freeze for ClockArg
impl RefUnwindSafe for ClockArg
impl Send for ClockArg
impl Sync for ClockArg
impl Unpin for ClockArg
impl UnsafeUnpin for ClockArg
impl UnwindSafe for ClockArg
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