Enum netlink_packet_route::link::InfoPortKind
source · #[non_exhaustive]pub enum InfoPortKind {
Bond,
Other(String),
}
Variants (Non-exhaustive)§
This enum is marked as non-exhaustive
Non-exhaustive enums could have additional variants added in future. Therefore, when matching against variants of non-exhaustive enums, an extra wildcard arm must be added to account for any future variants.
Trait Implementations§
source§impl Clone for InfoPortKind
impl Clone for InfoPortKind
source§fn clone(&self) -> InfoPortKind
fn clone(&self) -> InfoPortKind
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 InfoPortKind
impl Debug for InfoPortKind
source§impl Display for InfoPortKind
impl Display for InfoPortKind
source§impl Nla for InfoPortKind
impl Nla for InfoPortKind
source§impl<'a, T: AsRef<[u8]> + ?Sized> Parseable<NlaBuffer<&'a T>> for InfoPortKind
impl<'a, T: AsRef<[u8]> + ?Sized> Parseable<NlaBuffer<&'a T>> for InfoPortKind
source§fn parse(buf: &NlaBuffer<&'a T>) -> Result<InfoPortKind, DecodeError>
fn parse(buf: &NlaBuffer<&'a T>) -> Result<InfoPortKind, DecodeError>
Deserialize the current type.
source§impl PartialEq for InfoPortKind
impl PartialEq for InfoPortKind
source§fn eq(&self, other: &InfoPortKind) -> bool
fn eq(&self, other: &InfoPortKind) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InfoPortKind
impl StructuralEq for InfoPortKind
impl StructuralPartialEq for InfoPortKind
Auto Trait Implementations§
impl RefUnwindSafe for InfoPortKind
impl Send for InfoPortKind
impl Sync for InfoPortKind
impl Unpin for InfoPortKind
impl UnwindSafe for InfoPortKind
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