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