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