pub struct AccessGuard<'a, V, IV = &'static [u8]>where
IV: Value + 'static,{ /* private fields */ }Implementations§
Source§impl<V> AccessGuard<'_, V>
impl<V> AccessGuard<'_, V>
Trait Implementations§
Source§impl<'a, V> From<AccessGuard<'a, &'static [u8]>> for AccessGuard<'a, V>
impl<'a, V> From<AccessGuard<'a, &'static [u8]>> for AccessGuard<'a, V>
Source§fn from(inner: AccessGuard<'a, &'static [u8]>) -> Self
fn from(inner: AccessGuard<'a, &'static [u8]>) -> Self
Converts to this type from the input type.
Source§impl<'a, S, V> From<AccessGuard<'a, SortKey<S>>> for AccessGuard<'a, V, SortKey<S>>
impl<'a, S, V> From<AccessGuard<'a, SortKey<S>>> for AccessGuard<'a, V, SortKey<S>>
Source§fn from(inner: AccessGuard<'a, SortKey<S>>) -> Self
fn from(inner: AccessGuard<'a, SortKey<S>>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl<'a, V, IV> Freeze for AccessGuard<'a, V, IV>
impl<'a, V, IV> RefUnwindSafe for AccessGuard<'a, V, IV>where
V: RefUnwindSafe,
IV: RefUnwindSafe,
impl<'a, V, IV> Send for AccessGuard<'a, V, IV>
impl<'a, V, IV> Sync for AccessGuard<'a, V, IV>
impl<'a, V, IV> Unpin for AccessGuard<'a, V, IV>
impl<'a, V, IV> UnwindSafe for AccessGuard<'a, V, IV>where
V: UnwindSafe,
IV: UnwindSafe,
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