Enum bgpkit_parser::parser::ElemType [−][src]
pub enum ElemType {
ANNOUNCE,
WITHDRAW,
}
Expand description
Element type.
- ANNOUNCE: announcement/reachable prefix
- WITHDRAW: withdrawn/unreachable prefix
Variants
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for ElemType
impl UnwindSafe for ElemType
Blanket Implementations
Mutably borrows from an owned value. Read more
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