pub struct GeocodingResponse {
pub results: Option<Vec<GeocodingResult>>,
pub generationtime_ms: Option<f64>,
}Fields§
§results: Option<Vec<GeocodingResult>>§generationtime_ms: Option<f64>Trait Implementations§
Source§impl Debug for GeocodingResponse
impl Debug for GeocodingResponse
Source§impl<'de> Deserialize<'de> for GeocodingResponse
impl<'de> Deserialize<'de> for GeocodingResponse
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
Auto Trait Implementations§
impl Freeze for GeocodingResponse
impl RefUnwindSafe for GeocodingResponse
impl Send for GeocodingResponse
impl Sync for GeocodingResponse
impl Unpin for GeocodingResponse
impl UnsafeUnpin for GeocodingResponse
impl UnwindSafe for GeocodingResponse
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