pub enum AttributeType {
Show 18 variants
String,
Integer,
IpAddr,
Octets,
Date,
Vsa,
Ether,
ABinary,
Byte,
Short,
Signed,
Tlv,
Ipv4Prefix,
Ifid,
Ipv6Addr,
Ipv6Prefix,
InterfaceId,
Unknown(String),
}Variants§
String
Integer
IpAddr
Octets
Date
Vsa
Ether
ABinary
Byte
Short
Signed
Tlv
Ipv4Prefix
Ifid
Ipv6Addr
Ipv6Prefix
InterfaceId
Unknown(String)
Trait Implementations§
Source§impl Clone for AttributeType
impl Clone for AttributeType
Source§fn clone(&self) -> AttributeType
fn clone(&self) -> AttributeType
Returns a duplicate 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 AttributeType
impl Debug for AttributeType
Source§impl PartialEq for AttributeType
impl PartialEq for AttributeType
impl Eq for AttributeType
impl StructuralPartialEq for AttributeType
Auto Trait Implementations§
impl Freeze for AttributeType
impl RefUnwindSafe for AttributeType
impl Send for AttributeType
impl Sync for AttributeType
impl Unpin for AttributeType
impl UnwindSafe for AttributeType
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