Enum bgpkit_parser::models::ParamValue
source · pub enum ParamValue {
Raw(Vec<u8>),
Capability(Capability),
}Variants§
Raw(Vec<u8>)
Capability(Capability)
Trait Implementations§
source§impl Clone for ParamValue
impl Clone for ParamValue
source§fn clone(&self) -> ParamValue
fn clone(&self) -> ParamValue
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 ParamValue
impl Debug for ParamValue
source§impl PartialEq for ParamValue
impl PartialEq for ParamValue
source§fn eq(&self, other: &ParamValue) -> bool
fn eq(&self, other: &ParamValue) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for ParamValue
impl StructuralPartialEq for ParamValue
Auto Trait Implementations§
impl Freeze for ParamValue
impl RefUnwindSafe for ParamValue
impl Send for ParamValue
impl Sync for ParamValue
impl Unpin for ParamValue
impl UnwindSafe for ParamValue
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