pub enum MptcpPathManagerCmd {
AddressGet,
LimitsGet,
}
Variants§
Trait Implementations§
Source§impl Clone for MptcpPathManagerCmd
impl Clone for MptcpPathManagerCmd
Source§fn clone(&self) -> MptcpPathManagerCmd
fn clone(&self) -> MptcpPathManagerCmd
Returns a copy of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MptcpPathManagerCmd
impl Debug for MptcpPathManagerCmd
Source§impl From<MptcpPathManagerCmd> for u8
impl From<MptcpPathManagerCmd> for u8
Source§fn from(cmd: MptcpPathManagerCmd) -> Self
fn from(cmd: MptcpPathManagerCmd) -> Self
Converts to this type from the input type.
Source§impl PartialEq for MptcpPathManagerCmd
impl PartialEq for MptcpPathManagerCmd
impl Copy for MptcpPathManagerCmd
impl Eq for MptcpPathManagerCmd
impl StructuralPartialEq for MptcpPathManagerCmd
Auto Trait Implementations§
impl Freeze for MptcpPathManagerCmd
impl RefUnwindSafe for MptcpPathManagerCmd
impl Send for MptcpPathManagerCmd
impl Sync for MptcpPathManagerCmd
impl Unpin for MptcpPathManagerCmd
impl UnwindSafe for MptcpPathManagerCmd
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