pub struct NetMap { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Ord for NetMap
impl Ord for NetMap
Source§impl PartialOrd for NetMap
impl PartialOrd for NetMap
Source§impl ToCommand for NetMap
impl ToCommand for NetMap
fn to_command(&self) -> Vec<String>
fn to_single_command(&self) -> String
impl Eq for NetMap
impl StructuralPartialEq for NetMap
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