pub struct RisPrefixesResponse {
pub counts: PrefixCounts,
pub resource: String,
pub query_time: String,
pub list_prefixes: bool,
pub af: Vec<String>,
pub types: Vec<String>,
pub noise: Vec<String>,
pub cache: Option<bool>,
pub latest_time: String,
pub earliest_time: String,
}Fields§
§counts: PrefixCounts§resource: String§query_time: String§list_prefixes: bool§af: Vec<String>§types: Vec<String>§noise: Vec<String>§cache: Option<bool>§latest_time: String§earliest_time: StringTrait Implementations§
Source§impl Clone for RisPrefixesResponse
impl Clone for RisPrefixesResponse
Source§fn clone(&self) -> RisPrefixesResponse
fn clone(&self) -> RisPrefixesResponse
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 RisPrefixesResponse
impl Debug for RisPrefixesResponse
Source§impl Default for RisPrefixesResponse
impl Default for RisPrefixesResponse
Source§fn default() -> RisPrefixesResponse
fn default() -> RisPrefixesResponse
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for RisPrefixesResponse
impl<'de> Deserialize<'de> for RisPrefixesResponse
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 RisPrefixesResponse
impl PartialEq for RisPrefixesResponse
Source§fn eq(&self, other: &RisPrefixesResponse) -> bool
fn eq(&self, other: &RisPrefixesResponse) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for RisPrefixesResponse
impl Serialize for RisPrefixesResponse
impl StructuralPartialEq for RisPrefixesResponse
Auto Trait Implementations§
impl Freeze for RisPrefixesResponse
impl RefUnwindSafe for RisPrefixesResponse
impl Send for RisPrefixesResponse
impl Sync for RisPrefixesResponse
impl Unpin for RisPrefixesResponse
impl UnsafeUnpin for RisPrefixesResponse
impl UnwindSafe for RisPrefixesResponse
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