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