pub struct AtomicInstant(/* private fields */);Implementations§
Source§impl AtomicInstant
impl AtomicInstant
Trait Implementations§
Source§impl Debug for AtomicInstant
impl Debug for AtomicInstant
Source§impl Default for AtomicInstant
impl Default for AtomicInstant
Source§fn default() -> AtomicInstant
fn default() -> AtomicInstant
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl !Freeze for AtomicInstant
impl RefUnwindSafe for AtomicInstant
impl Send for AtomicInstant
impl Sync for AtomicInstant
impl Unpin for AtomicInstant
impl UnwindSafe for AtomicInstant
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