pub struct GeoInfo {
pub city: Option<String>,
pub country: Option<String>,
}
Fields§
§city: Option<String>
§country: Option<String>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeoInfo
impl RefUnwindSafe for GeoInfo
impl Send for GeoInfo
impl Sync for GeoInfo
impl Unpin for GeoInfo
impl UnwindSafe for GeoInfo
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