Struct MapRouteFinderStatus
#[repr(transparent)]pub struct MapRouteFinderStatus(pub i32);
Tuple Fields§
§0: i32
Implementations§
§impl MapRouteFinderStatus
impl MapRouteFinderStatus
pub const Success: Self = _
pub const UnknownError: Self = _
pub const InvalidCredentials: Self = _
pub const NoRouteFound: Self = _
pub const NoRouteFoundWithGivenOptions: Self = _
pub const StartPointNotFound: Self = _
pub const EndPointNotFound: Self = _
pub const NoPedestrianRouteFound: Self = _
pub const NetworkFailure: Self = _
pub const NotSupported: Self = _
Trait Implementations§
§impl Clone for MapRouteFinderStatus
impl Clone for MapRouteFinderStatus
§fn clone(&self) -> MapRouteFinderStatus
fn clone(&self) -> MapRouteFinderStatus
Returns a copy 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 MapRouteFinderStatus
impl Debug for MapRouteFinderStatus
§impl Default for MapRouteFinderStatus
impl Default for MapRouteFinderStatus
§fn default() -> MapRouteFinderStatus
fn default() -> MapRouteFinderStatus
Returns the “default value” for a type. Read more
§impl PartialEq for MapRouteFinderStatus
impl PartialEq for MapRouteFinderStatus
impl Copy for MapRouteFinderStatus
impl Eq for MapRouteFinderStatus
impl StructuralPartialEq for MapRouteFinderStatus
Auto Trait Implementations§
impl Freeze for MapRouteFinderStatus
impl RefUnwindSafe for MapRouteFinderStatus
impl Send for MapRouteFinderStatus
impl Sync for MapRouteFinderStatus
impl Unpin for MapRouteFinderStatus
impl UnwindSafe for MapRouteFinderStatus
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