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