pub enum PluginManagerUpdateGuard<'lock> {
Acquired(RwLockWriteGuard<'lock, File>),
Denied,
Failed,
}Variants§
Implementations§
Auto Trait Implementations§
impl<'lock> !RefUnwindSafe for PluginManagerUpdateGuard<'lock>
impl<'lock> !UnwindSafe for PluginManagerUpdateGuard<'lock>
impl<'lock> Freeze for PluginManagerUpdateGuard<'lock>
impl<'lock> Send for PluginManagerUpdateGuard<'lock>
impl<'lock> Sync for PluginManagerUpdateGuard<'lock>
impl<'lock> Unpin for PluginManagerUpdateGuard<'lock>
impl<'lock> UnsafeUnpin for PluginManagerUpdateGuard<'lock>
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