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