pub struct RefMut<'a, Marker, K, KB, VB>(/* private fields */)
where
K: 'static + TypedMapKey<Marker>,
KB: 'static + Bounds + HasBounds<K>,
VB: 'static + Bounds + HasBounds<K::Value>;Expand description
A mutable reference
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<'a, Marker, K, KB, VB> Freeze for RefMut<'a, Marker, K, KB, VB>
impl<'a, Marker, K, KB, VB> !RefUnwindSafe for RefMut<'a, Marker, K, KB, VB>
impl<'a, Marker, K, KB, VB> Send for RefMut<'a, Marker, K, KB, VB>
impl<'a, Marker, K, KB, VB> Sync for RefMut<'a, Marker, K, KB, VB>
impl<'a, Marker, K, KB, VB> Unpin for RefMut<'a, Marker, K, KB, VB>
impl<'a, Marker, K, KB, VB> !UnwindSafe for RefMut<'a, Marker, K, KB, VB>
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