#[repr(transparent)]pub struct LocalLocationFinderStatus(pub i32);
Expand description
Required features: "Services_Maps_LocalSearch"
Tuple Fields
0: i32
Implementations
impl LocalLocationFinderStatus
impl LocalLocationFinderStatus
pub const Success: Self = Self(0i32)
pub const UnknownError: Self = Self(1i32)
pub const InvalidCredentials: Self = Self(2i32)
pub const InvalidCategory: Self = Self(3i32)
pub const InvalidSearchTerm: Self = Self(4i32)
pub const InvalidSearchArea: Self = Self(5i32)
pub const NetworkFailure: Self = Self(6i32)
pub const NotSupported: Self = Self(7i32)
Trait Implementations
impl Clone for LocalLocationFinderStatus
impl Clone for LocalLocationFinderStatus
impl Copy for LocalLocationFinderStatus
Auto Trait Implementations
impl RefUnwindSafe for LocalLocationFinderStatus
impl Send for LocalLocationFinderStatus
impl Sync for LocalLocationFinderStatus
impl Unpin for LocalLocationFinderStatus
impl UnwindSafe for LocalLocationFinderStatus
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more