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