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