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