pub struct IpDefaultResponse {}Expand description
A struct containing the default response from the Ip Api. We simply give the Api the Ip address with no extra parameters.
Fields§
§query: String§status: String§country: String§country_code: String§region: String§region_name: String§city: String§zip: String§lat: f32§lon: f32§timezone: String§isp: String§org: String§asn: StringTrait Implementations§
Source§impl Clone for IpDefaultResponse
impl Clone for IpDefaultResponse
Source§fn clone(&self) -> IpDefaultResponse
fn clone(&self) -> IpDefaultResponse
Returns a duplicate of the value. Read more
1.0.0 · 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 IpDefaultResponse
impl Debug for IpDefaultResponse
Source§impl<'de> Deserialize<'de> for IpDefaultResponse
impl<'de> Deserialize<'de> for IpDefaultResponse
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 IpDefaultResponse
impl PartialEq for IpDefaultResponse
Source§impl Serialize for IpDefaultResponse
impl Serialize for IpDefaultResponse
impl StructuralPartialEq for IpDefaultResponse
Auto Trait Implementations§
impl Freeze for IpDefaultResponse
impl RefUnwindSafe for IpDefaultResponse
impl Send for IpDefaultResponse
impl Sync for IpDefaultResponse
impl Unpin for IpDefaultResponse
impl UnwindSafe for IpDefaultResponse
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