pub struct FreezeMap { /* private fields */ }Implementations§
Trait Implementations§
impl Eq for FreezeMap
impl StructuralPartialEq for FreezeMap
Auto Trait Implementations§
impl Freeze for FreezeMap
impl RefUnwindSafe for FreezeMap
impl Send for FreezeMap
impl Sync for FreezeMap
impl Unpin for FreezeMap
impl UnsafeUnpin for FreezeMap
impl UnwindSafe for FreezeMap
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