pub struct RegistryMapWriteGuard<'a, K, T>{ /* private fields */ }Expand description
Holds a write guard to the RegistryMap. See RegistryMap::write().
Implementations§
Auto Trait Implementations§
impl<'a, K, T> Freeze for RegistryMapWriteGuard<'a, K, T>
impl<'a, K, T> RefUnwindSafe for RegistryMapWriteGuard<'a, K, T>
impl<'a, K, T> !Send for RegistryMapWriteGuard<'a, K, T>
impl<'a, K, T> Sync for RegistryMapWriteGuard<'a, K, T>where
K: Sync,
impl<'a, K, T> Unpin for RegistryMapWriteGuard<'a, K, T>
impl<'a, K, T> UnsafeUnpin for RegistryMapWriteGuard<'a, K, T>
impl<'a, K, T> UnwindSafe for RegistryMapWriteGuard<'a, K, T>
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