pub struct LinkLock { /* private fields */ }Implementations§
Auto Trait Implementations§
impl Freeze for LinkLock
impl RefUnwindSafe for LinkLock
impl Send for LinkLock
impl Sync for LinkLock
impl Unpin for LinkLock
impl UnsafeUnpin for LinkLock
impl UnwindSafe for LinkLock
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