Struct google_places_api::client::GooglePlacesClient
source · pub struct GooglePlacesClient {
pub place_search_service: PlaceSearchService,
pub place_details_service: PlaceDetailsService,
pub place_photos_service: PlacePhotosService,
/* private fields */
}Fields§
§place_search_service: PlaceSearchService§place_details_service: PlaceDetailsService§place_photos_service: PlacePhotosServiceImplementations§
Auto Trait Implementations§
impl !RefUnwindSafe for GooglePlacesClient
impl Send for GooglePlacesClient
impl Sync for GooglePlacesClient
impl Unpin for GooglePlacesClient
impl !UnwindSafe for GooglePlacesClient
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