Struct google_places_api::client::GooglePlacesClient
source · pub struct GooglePlacesClient { /* private fields */ }Implementations§
source§impl GooglePlacesClient
impl GooglePlacesClient
pub fn new(api_key: &str) -> Self
pub fn get_req_client(&self) -> &Client
pub fn get_api_key(&self) -> &str
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