pub struct PrefixCounts {
pub v4: V4Prefixes,
pub v6: V6Prefixes,
}Fields§
§v4: V4Prefixes§v6: V6PrefixesTrait Implementations§
Source§impl Clone for PrefixCounts
impl Clone for PrefixCounts
Source§fn clone(&self) -> PrefixCounts
fn clone(&self) -> PrefixCounts
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 PrefixCounts
impl Debug for PrefixCounts
Source§impl Default for PrefixCounts
impl Default for PrefixCounts
Source§fn default() -> PrefixCounts
fn default() -> PrefixCounts
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for PrefixCounts
impl<'de> Deserialize<'de> for PrefixCounts
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PrefixCounts
impl PartialEq for PrefixCounts
Source§fn eq(&self, other: &PrefixCounts) -> bool
fn eq(&self, other: &PrefixCounts) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for PrefixCounts
impl Serialize for PrefixCounts
impl StructuralPartialEq for PrefixCounts
Auto Trait Implementations§
impl Freeze for PrefixCounts
impl RefUnwindSafe for PrefixCounts
impl Send for PrefixCounts
impl Sync for PrefixCounts
impl Unpin for PrefixCounts
impl UnsafeUnpin for PrefixCounts
impl UnwindSafe for PrefixCounts
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