pub enum InformationType {
String,
SysDescr,
SysName,
}Expand description
BMP Initiation Message TLVs (RFC7854 Section 10.5)
Variants§
Trait Implementations§
Source§impl Clone for InformationType
impl Clone for InformationType
Source§fn clone(&self) -> InformationType
fn clone(&self) -> InformationType
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 InformationType
impl Debug for InformationType
Source§impl Display for InformationType
impl Display for InformationType
Source§impl Hash for InformationType
impl Hash for InformationType
Source§impl PartialEq for InformationType
impl PartialEq for InformationType
Source§impl TryFrom<u16> for InformationType
impl TryFrom<u16> for InformationType
impl Copy for InformationType
impl Eq for InformationType
impl StructuralPartialEq for InformationType
Auto Trait Implementations§
impl Freeze for InformationType
impl RefUnwindSafe for InformationType
impl Send for InformationType
impl Sync for InformationType
impl Unpin for InformationType
impl UnwindSafe for InformationType
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