pub struct MappedRef<'a, K, V, T> { /* private fields */ }
Implementations§
Trait Implementations§
source§impl<'a, K: Eq + Hash, V, T: AsRef<TDeref>, TDeref: ?Sized> AsRef<TDeref> for MappedRef<'a, K, V, T>
impl<'a, K: Eq + Hash, V, T: AsRef<TDeref>, TDeref: ?Sized> AsRef<TDeref> for MappedRef<'a, K, V, T>
Auto Trait Implementations§
impl<'a, K, V, T> Freeze for MappedRef<'a, K, V, T>
impl<'a, K, V, T> !RefUnwindSafe for MappedRef<'a, K, V, T>
impl<'a, K, V, T> !Send for MappedRef<'a, K, V, T>
impl<'a, K, V, T> !Sync for MappedRef<'a, K, V, T>
impl<'a, K, V, T> Unpin for MappedRef<'a, K, V, T>
impl<'a, K, V, T> !UnwindSafe for MappedRef<'a, K, V, 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