Enum netlink_packet_route::link::InfoSitTun
source · #[non_exhaustive]pub enum InfoSitTun {
Other(DefaultNla),
}
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.
Other(DefaultNla)
Trait Implementations§
source§impl Clone for InfoSitTun
impl Clone for InfoSitTun
source§fn clone(&self) -> InfoSitTun
fn clone(&self) -> InfoSitTun
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 InfoSitTun
impl Debug for InfoSitTun
source§impl Nla for InfoSitTun
impl Nla for InfoSitTun
source§impl PartialEq for InfoSitTun
impl PartialEq for InfoSitTun
source§fn eq(&self, other: &InfoSitTun) -> bool
fn eq(&self, other: &InfoSitTun) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl Eq for InfoSitTun
impl StructuralEq for InfoSitTun
impl StructuralPartialEq for InfoSitTun
Auto Trait Implementations§
impl RefUnwindSafe for InfoSitTun
impl Send for InfoSitTun
impl Sync for InfoSitTun
impl Unpin for InfoSitTun
impl UnwindSafe for InfoSitTun
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