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