Enum bgp_models::bgp::community::MetaCommunity [−][src]
pub enum MetaCommunity {
Community(Community),
ExtendedCommunity(ExtendedCommunity),
LargeCommunity(LargeCommunity),
}Variants
Community(Community)
Tuple Fields
0: CommunityExtendedCommunity(ExtendedCommunity)
Tuple Fields
LargeCommunity(LargeCommunity)
Tuple Fields
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 MetaCommunity
impl Send for MetaCommunity
impl Sync for MetaCommunity
impl Unpin for MetaCommunity
impl UnwindSafe for MetaCommunity
Blanket Implementations
Mutably borrows from an owned value. Read more
