Enum nmstate::LldpPortIdType
source · [−]pub enum LldpPortIdType {
Reserved,
InterfaceAlias,
PortComponent,
MacAddress,
NetworkAddress,
InterfaceName,
AgentCircuitId,
LocallyAssigned,
}Variants
Reserved
InterfaceAlias
PortComponent
MacAddress
NetworkAddress
InterfaceName
AgentCircuitId
LocallyAssigned
Trait Implementations
sourceimpl Clone for LldpPortIdType
impl Clone for LldpPortIdType
sourcefn clone(&self) -> LldpPortIdType
fn clone(&self) -> LldpPortIdType
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source. Read more
sourceimpl Debug for LldpPortIdType
impl Debug for LldpPortIdType
sourceimpl Default for LldpPortIdType
impl Default for LldpPortIdType
sourceimpl From<LldpPortIdType> for u8
impl From<LldpPortIdType> for u8
sourcefn from(v: LldpPortIdType) -> u8
fn from(v: LldpPortIdType) -> u8
Converts to this type from the input type.
sourceimpl From<u8> for LldpPortIdType
impl From<u8> for LldpPortIdType
sourceimpl PartialEq<LldpPortIdType> for LldpPortIdType
impl PartialEq<LldpPortIdType> for LldpPortIdType
sourceimpl Serialize for LldpPortIdType
impl Serialize for LldpPortIdType
impl Copy for LldpPortIdType
impl Eq for LldpPortIdType
impl StructuralEq for LldpPortIdType
impl StructuralPartialEq for LldpPortIdType
Auto Trait Implementations
impl RefUnwindSafe for LldpPortIdType
impl Send for LldpPortIdType
impl Sync for LldpPortIdType
impl Unpin for LldpPortIdType
impl UnwindSafe for LldpPortIdType
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<T> NoneValue for T where
T: Default,
impl<T> NoneValue for T where
T: Default,
type NoneType = T
sourcefn null_value() -> T
fn null_value() -> T
The none-equivalent value.