pub struct AsPathLengthStat {
pub number: i64,
pub count: i64,
pub location: String,
pub stripped: Stripped,
pub unstripped: Unstripped,
}Fields§
§number: i64§count: i64§location: String§stripped: Stripped§unstripped: UnstrippedTrait Implementations§
Source§impl Clone for AsPathLengthStat
impl Clone for AsPathLengthStat
Source§fn clone(&self) -> AsPathLengthStat
fn clone(&self) -> AsPathLengthStat
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 AsPathLengthStat
impl Debug for AsPathLengthStat
Source§impl<'de> Deserialize<'de> for AsPathLengthStat
impl<'de> Deserialize<'de> for AsPathLengthStat
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 AsPathLengthStat
impl PartialEq for AsPathLengthStat
Source§fn eq(&self, other: &AsPathLengthStat) -> bool
fn eq(&self, other: &AsPathLengthStat) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AsPathLengthStat
impl Serialize for AsPathLengthStat
impl StructuralPartialEq for AsPathLengthStat
Auto Trait Implementations§
impl Freeze for AsPathLengthStat
impl RefUnwindSafe for AsPathLengthStat
impl Send for AsPathLengthStat
impl Sync for AsPathLengthStat
impl Unpin for AsPathLengthStat
impl UnsafeUnpin for AsPathLengthStat
impl UnwindSafe for AsPathLengthStat
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