Struct MapLocationFinderStatus
#[repr(transparent)]pub struct MapLocationFinderStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§impl MapLocationFinderStatus
impl MapLocationFinderStatus
pub const Success: Self
pub const UnknownError: Self
pub const InvalidCredentials: Self
pub const BadLocation: Self
pub const IndexFailure: Self
pub const NetworkFailure: Self
pub const NotSupported: Self
Trait Implementations§
§impl Clone for MapLocationFinderStatus
impl Clone for MapLocationFinderStatus
§fn clone(&self) -> MapLocationFinderStatus
fn clone(&self) -> MapLocationFinderStatus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for MapLocationFinderStatus
impl Debug for MapLocationFinderStatus
§impl Default for MapLocationFinderStatus
impl Default for MapLocationFinderStatus
§fn default() -> MapLocationFinderStatus
fn default() -> MapLocationFinderStatus
Returns the “default value” for a type. Read more
§impl PartialEq for MapLocationFinderStatus
impl PartialEq for MapLocationFinderStatus
impl Copy for MapLocationFinderStatus
impl Eq for MapLocationFinderStatus
impl StructuralPartialEq for MapLocationFinderStatus
Auto Trait Implementations§
impl Freeze for MapLocationFinderStatus
impl RefUnwindSafe for MapLocationFinderStatus
impl Send for MapLocationFinderStatus
impl Sync for MapLocationFinderStatus
impl Unpin for MapLocationFinderStatus
impl UnwindSafe for MapLocationFinderStatus
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