pub struct MutableDict(/* private fields */);Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for MutableDict
impl RefUnwindSafe for MutableDict
impl !Send for MutableDict
impl !Sync for MutableDict
impl Unpin for MutableDict
impl UnsafeUnpin for MutableDict
impl UnwindSafe for MutableDict
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