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