pub struct PlaceGeometry {
pub location: PlaceLatLng,
pub viewport: Viewport,
}Fields§
§location: PlaceLatLng§viewport: ViewportTrait Implementations§
Source§impl Debug for PlaceGeometry
impl Debug for PlaceGeometry
Source§impl<'de> Deserialize<'de> for PlaceGeometry
impl<'de> Deserialize<'de> for PlaceGeometry
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 PlaceGeometry
impl RefUnwindSafe for PlaceGeometry
impl Send for PlaceGeometry
impl Sync for PlaceGeometry
impl Unpin for PlaceGeometry
impl UnwindSafe for PlaceGeometry
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