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