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