pub struct AtomicInstant(/* private fields */);Trait Implementations§
Source§impl AtomicTimestamp for AtomicInstant
impl AtomicTimestamp for AtomicInstant
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