pub struct RefMut<'a, K, V> { /* private fields */ }
Implementations§
Source§impl<'a, K: Eq + Hash, V> RefMut<'a, K, V>
impl<'a, K: Eq + Hash, V> RefMut<'a, K, V>
pub fn key(&self) -> &K
pub fn value(&self) -> &V
pub fn value_mut(&mut self) -> &mut V
pub fn pair(&self) -> (&K, &V)
pub fn pair_mut(&mut self) -> (&K, &mut V)
pub fn downgrade(self) -> Ref<'a, K, V>
pub fn map<F, T>(self, f: F) -> MappedRefMut<'a, K, V, T>
pub fn try_map<F, T>(self, f: F) -> Result<MappedRefMut<'a, K, V, T>, Self>
Trait Implementations§
impl<'a, K: Eq + Hash + Sync, V: Sync> Send for RefMut<'a, K, V>
impl<'a, K: Eq + Hash + Sync, V: Sync> Sync for RefMut<'a, K, V>
Auto Trait Implementations§
impl<'a, K, V> Freeze for RefMut<'a, K, V>
impl<'a, K, V> !RefUnwindSafe for RefMut<'a, K, V>
impl<'a, K, V> Unpin for RefMut<'a, K, V>
impl<'a, K, V> !UnwindSafe for RefMut<'a, K, V>
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
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 24 bytes