Struct bgpkit_parser::community::Ipv6AddressSpecific
source · [−]pub struct Ipv6AddressSpecific {
pub ec_type: u8,
pub ec_subtype: u8,
pub global_administrator: Ipv6Addr,
pub local_administrator: [u8; 2],
}
Fields
ec_type: u8
ec_subtype: u8
global_administrator: Ipv6Addr
local_administrator: [u8; 2]
Trait Implementations
sourceimpl Clone for Ipv6AddressSpecific
impl Clone for Ipv6AddressSpecific
sourcefn clone(&self) -> Ipv6AddressSpecific
fn clone(&self) -> Ipv6AddressSpecific
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for Ipv6AddressSpecific
impl Debug for Ipv6AddressSpecific
sourceimpl PartialEq<Ipv6AddressSpecific> for Ipv6AddressSpecific
impl PartialEq<Ipv6AddressSpecific> for Ipv6AddressSpecific
sourcefn eq(&self, other: &Ipv6AddressSpecific) -> bool
fn eq(&self, other: &Ipv6AddressSpecific) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &Ipv6AddressSpecific) -> bool
fn ne(&self, other: &Ipv6AddressSpecific) -> bool
This method tests for !=
.
impl Copy for Ipv6AddressSpecific
impl Eq for Ipv6AddressSpecific
impl StructuralEq for Ipv6AddressSpecific
impl StructuralPartialEq for Ipv6AddressSpecific
Auto Trait Implementations
impl RefUnwindSafe for Ipv6AddressSpecific
impl Send for Ipv6AddressSpecific
impl Sync for Ipv6AddressSpecific
impl Unpin for Ipv6AddressSpecific
impl UnwindSafe for Ipv6AddressSpecific
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
sourceimpl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Q where
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to key
and return true
if they are equal.
sourceimpl<T> Instrument for T
impl<T> Instrument for T
sourcefn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
sourcefn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
sourceimpl<T> WithSubscriber for T
impl<T> WithSubscriber for T
sourcefn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
fn with_subscriber<S>(self, subscriber: S) -> WithDispatch<Self> where
S: Into<Dispatch>,
Attaches the provided Subscriber
to this type, returning a
WithDispatch
wrapper. Read more
sourcefn with_current_subscriber(self) -> WithDispatch<Self>
fn with_current_subscriber(self) -> WithDispatch<Self>
Attaches the current default Subscriber
to this type, returning a
WithDispatch
wrapper. Read more