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