Enum bgpkit_parser::AsPathSegment
source · [−]pub enum AsPathSegment {
AsSequence(Vec<Asn, Global>),
AsSet(Vec<Asn, Global>),
ConfedSequence(Vec<Asn, Global>),
ConfedSet(Vec<Asn, Global>),
}Expand description
Enum of AS path segment.
Variants
AsSequence(Vec<Asn, Global>)
AsSet(Vec<Asn, Global>)
ConfedSequence(Vec<Asn, Global>)
ConfedSet(Vec<Asn, Global>)
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
Compare self to key and return true if they are equal.
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more