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