pub struct SeqCst;Trait Implementations§
Auto Trait Implementations§
impl Freeze for SeqCst
impl Objective for SeqCst
impl RefUnwindSafe for SeqCst
impl Send for SeqCst
impl Sync for SeqCst
impl Unpin for SeqCst
impl UnsafeUnpin for SeqCst
impl UnwindSafe for SeqCst
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