pub struct V4Prefixes {
pub originating: i64,
pub transiting: i64,
}Fields§
§originating: i64§transiting: i64Trait Implementations§
Source§impl Clone for V4Prefixes
impl Clone for V4Prefixes
Source§fn clone(&self) -> V4Prefixes
fn clone(&self) -> V4Prefixes
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 V4Prefixes
impl Debug for V4Prefixes
Source§impl Default for V4Prefixes
impl Default for V4Prefixes
Source§fn default() -> V4Prefixes
fn default() -> V4Prefixes
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for V4Prefixes
impl<'de> Deserialize<'de> for V4Prefixes
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 V4Prefixes
impl PartialEq for V4Prefixes
Source§fn eq(&self, other: &V4Prefixes) -> bool
fn eq(&self, other: &V4Prefixes) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for V4Prefixes
impl Serialize for V4Prefixes
impl StructuralPartialEq for V4Prefixes
Auto Trait Implementations§
impl Freeze for V4Prefixes
impl RefUnwindSafe for V4Prefixes
impl Send for V4Prefixes
impl Sync for V4Prefixes
impl Unpin for V4Prefixes
impl UnsafeUnpin for V4Prefixes
impl UnwindSafe for V4Prefixes
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