pub struct AsPathLengthResponse {
pub stats: Vec<AsPathLengthStat>,
pub resource: String,
pub query_time: String,
pub sort_by: String,
}Fields§
§stats: Vec<AsPathLengthStat>§resource: String§query_time: String§sort_by: StringTrait Implementations§
Source§impl Clone for AsPathLengthResponse
impl Clone for AsPathLengthResponse
Source§fn clone(&self) -> AsPathLengthResponse
fn clone(&self) -> AsPathLengthResponse
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 AsPathLengthResponse
impl Debug for AsPathLengthResponse
Source§impl<'de> Deserialize<'de> for AsPathLengthResponse
impl<'de> Deserialize<'de> for AsPathLengthResponse
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 AsPathLengthResponse
impl PartialEq for AsPathLengthResponse
Source§fn eq(&self, other: &AsPathLengthResponse) -> bool
fn eq(&self, other: &AsPathLengthResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for AsPathLengthResponse
impl Serialize for AsPathLengthResponse
impl StructuralPartialEq for AsPathLengthResponse
Auto Trait Implementations§
impl Freeze for AsPathLengthResponse
impl RefUnwindSafe for AsPathLengthResponse
impl Send for AsPathLengthResponse
impl Sync for AsPathLengthResponse
impl Unpin for AsPathLengthResponse
impl UnsafeUnpin for AsPathLengthResponse
impl UnwindSafe for AsPathLengthResponse
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