pub enum GoogleMapPlaceError {
BadRequest(String),
Unknown(String),
}Variants§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GoogleMapPlaceError
impl RefUnwindSafe for GoogleMapPlaceError
impl Send for GoogleMapPlaceError
impl Sync for GoogleMapPlaceError
impl Unpin for GoogleMapPlaceError
impl UnwindSafe for GoogleMapPlaceError
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