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