pub struct RefLock { /* private fields */ }Expand description
Ref-specific lock acquired before publishing one ref pointer.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for RefLock
impl RefUnwindSafe for RefLock
impl Send for RefLock
impl Sync for RefLock
impl Unpin for RefLock
impl UnsafeUnpin for RefLock
impl UnwindSafe for RefLock
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