pub struct BgpUpdateActivityResponse {
pub max_samples: i64,
pub query_endtime: String,
pub query_starttime: String,
pub related_prefixes: Vec<Value>,
pub resource: String,
pub resource_type: String,
pub sampling_period: f64,
pub sampling_period_human: String,
pub updates: Vec<BgpUpdate>,
}Fields§
§max_samples: i64§query_endtime: String§query_starttime: String§resource: String§resource_type: String§sampling_period: f64§sampling_period_human: String§updates: Vec<BgpUpdate>Trait Implementations§
Source§impl Clone for BgpUpdateActivityResponse
impl Clone for BgpUpdateActivityResponse
Source§fn clone(&self) -> BgpUpdateActivityResponse
fn clone(&self) -> BgpUpdateActivityResponse
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 BgpUpdateActivityResponse
impl Debug for BgpUpdateActivityResponse
Source§impl Default for BgpUpdateActivityResponse
impl Default for BgpUpdateActivityResponse
Source§fn default() -> BgpUpdateActivityResponse
fn default() -> BgpUpdateActivityResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for BgpUpdateActivityResponse
impl<'de> Deserialize<'de> for BgpUpdateActivityResponse
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 BgpUpdateActivityResponse
impl PartialEq for BgpUpdateActivityResponse
Source§fn eq(&self, other: &BgpUpdateActivityResponse) -> bool
fn eq(&self, other: &BgpUpdateActivityResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for BgpUpdateActivityResponse
Auto Trait Implementations§
impl Freeze for BgpUpdateActivityResponse
impl RefUnwindSafe for BgpUpdateActivityResponse
impl Send for BgpUpdateActivityResponse
impl Sync for BgpUpdateActivityResponse
impl Unpin for BgpUpdateActivityResponse
impl UnsafeUnpin for BgpUpdateActivityResponse
impl UnwindSafe for BgpUpdateActivityResponse
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