pub struct LookupResult {
pub country: CountryInfo,
pub location: LocationInfo,
pub connection: ConnectionInfo,
pub network: NetworkInfo,
}Fields§
§country: CountryInfo§location: LocationInfo§connection: ConnectionInfo§network: NetworkInfoTrait Implementations§
Source§impl Debug for LookupResult
impl Debug for LookupResult
Source§impl Default for LookupResult
impl Default for LookupResult
Source§fn default() -> LookupResult
fn default() -> LookupResult
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for LookupResult
impl RefUnwindSafe for LookupResult
impl Send for LookupResult
impl Sync for LookupResult
impl Unpin for LookupResult
impl UnwindSafe for LookupResult
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