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