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