pub enum PrefixAttribute {
Address(Ipv6Addr),
CacheInfo(CacheInfo),
Other(DefaultNla),
}Variants§
Trait Implementations§
Source§impl Clone for PrefixAttribute
impl Clone for PrefixAttribute
Source§fn clone(&self) -> PrefixAttribute
fn clone(&self) -> PrefixAttribute
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for PrefixAttribute
impl Debug for PrefixAttribute
Source§impl Nla for PrefixAttribute
impl Nla for PrefixAttribute
Source§impl PartialEq for PrefixAttribute
impl PartialEq for PrefixAttribute
impl Eq for PrefixAttribute
impl StructuralPartialEq for PrefixAttribute
Auto Trait Implementations§
impl Freeze for PrefixAttribute
impl RefUnwindSafe for PrefixAttribute
impl Send for PrefixAttribute
impl Sync for PrefixAttribute
impl Unpin for PrefixAttribute
impl UnwindSafe for PrefixAttribute
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more