pub struct MaxmindGeoLiteRequest {
pub resource: String,
}Fields§
§resource: StringTrait Implementations§
Source§impl Clone for MaxmindGeoLiteRequest
impl Clone for MaxmindGeoLiteRequest
Source§fn clone(&self) -> MaxmindGeoLiteRequest
fn clone(&self) -> MaxmindGeoLiteRequest
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 MaxmindGeoLiteRequest
impl Debug for MaxmindGeoLiteRequest
Source§impl<'de> Deserialize<'de> for MaxmindGeoLiteRequest
impl<'de> Deserialize<'de> for MaxmindGeoLiteRequest
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 MaxmindGeoLiteRequest
impl PartialEq for MaxmindGeoLiteRequest
Source§fn eq(&self, other: &MaxmindGeoLiteRequest) -> bool
fn eq(&self, other: &MaxmindGeoLiteRequest) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for MaxmindGeoLiteRequest
impl Serialize for MaxmindGeoLiteRequest
impl Eq for MaxmindGeoLiteRequest
impl StructuralPartialEq for MaxmindGeoLiteRequest
Auto Trait Implementations§
impl Freeze for MaxmindGeoLiteRequest
impl RefUnwindSafe for MaxmindGeoLiteRequest
impl Send for MaxmindGeoLiteRequest
impl Sync for MaxmindGeoLiteRequest
impl Unpin for MaxmindGeoLiteRequest
impl UnsafeUnpin for MaxmindGeoLiteRequest
impl UnwindSafe for MaxmindGeoLiteRequest
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