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