pub enum RouteOutcome {
Success,
Void,
Failed,
}
Variants§
Trait Implementations§
Source§impl Debug for RouteOutcome
impl Debug for RouteOutcome
Source§impl PartialEq for RouteOutcome
impl PartialEq for RouteOutcome
Source§impl TryFrom<RouteOutcome> for RouteOutcome
impl TryFrom<RouteOutcome> for RouteOutcome
impl StructuralPartialEq for RouteOutcome
Auto Trait Implementations§
impl Freeze for RouteOutcome
impl RefUnwindSafe for RouteOutcome
impl Send for RouteOutcome
impl Sync for RouteOutcome
impl Unpin for RouteOutcome
impl UnwindSafe for RouteOutcome
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