pub enum MptcpPathManagerAttr {
Address(MptcpPathManagerAddressAttr),
Limits(MptcpPathManagerLimitsAttr),
Other(DefaultNla),
}
Variants§
Trait Implementations§
Source§impl Clone for MptcpPathManagerAttr
impl Clone for MptcpPathManagerAttr
Source§fn clone(&self) -> MptcpPathManagerAttr
fn clone(&self) -> MptcpPathManagerAttr
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for MptcpPathManagerAttr
impl Debug for MptcpPathManagerAttr
Source§impl Nla for MptcpPathManagerAttr
impl Nla for MptcpPathManagerAttr
Source§impl PartialEq for MptcpPathManagerAttr
impl PartialEq for MptcpPathManagerAttr
impl Eq for MptcpPathManagerAttr
impl StructuralPartialEq for MptcpPathManagerAttr
Auto Trait Implementations§
impl Freeze for MptcpPathManagerAttr
impl RefUnwindSafe for MptcpPathManagerAttr
impl Send for MptcpPathManagerAttr
impl Sync for MptcpPathManagerAttr
impl Unpin for MptcpPathManagerAttr
impl UnwindSafe for MptcpPathManagerAttr
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