Struct MapRouteFinderStatus
#[repr(transparent)]pub struct MapRouteFinderStatus(pub i32);Tuple Fields§
§0: i32Implementations§
§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 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 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