Enum bgp_models::bgp::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<ParamValue> for ParamValue
impl PartialEq<ParamValue> 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 ==.