Enum bgp_models::bgp::attributes::AsPathSegment [−][src]
pub enum AsPathSegment {
AsSequence(Vec<Asn>),
AsSet(Vec<Asn>),
ConfedSequence(Vec<Asn>),
ConfedSet(Vec<Asn>),
}Expand description
Enum of AS path segment.
Variants
Implementations
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for AsPathSegment
impl Send for AsPathSegment
impl Sync for AsPathSegment
impl Unpin for AsPathSegment
impl UnwindSafe for AsPathSegment
Blanket Implementations
Mutably borrows from an owned value. Read more