pub struct KeyCellMut<'a, T: Meta>(/* private fields */);Expand description
Wraps a mutably borrowed reference to a value in a KeyCell.
See KeyCell::borrow_mut.
Trait Implementations§
Source§impl<'a, T: Meta> Deref for KeyCellMut<'a, T>
impl<'a, T: Meta> Deref for KeyCellMut<'a, T>
Auto Trait Implementations§
impl<'a, T> Freeze for KeyCellMut<'a, T>
impl<'a, T> !RefUnwindSafe for KeyCellMut<'a, T>
impl<'a, T> !Send for KeyCellMut<'a, T>
impl<'a, T> !Sync for KeyCellMut<'a, T>
impl<'a, T> Unpin for KeyCellMut<'a, T>
impl<'a, T> !UnwindSafe for KeyCellMut<'a, 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