pub struct StdTimer(/* private fields */);
Trait Implementations§
source§impl PartialEq for StdTimer
impl PartialEq for StdTimer
impl Eq for StdTimer
impl StructuralEq for StdTimer
impl StructuralPartialEq for StdTimer
Auto Trait Implementations§
impl RefUnwindSafe for StdTimer
impl Send for StdTimer
impl Sync for StdTimer
impl Unpin for StdTimer
impl UnwindSafe for StdTimer
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