pub enum DropRouteOutcome {
Dropped,
NotFound,
}Variants§
Trait Implementations§
Source§impl Clone for DropRouteOutcome
impl Clone for DropRouteOutcome
Source§fn clone(&self) -> DropRouteOutcome
fn clone(&self) -> DropRouteOutcome
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for DropRouteOutcome
Source§impl Debug for DropRouteOutcome
impl Debug for DropRouteOutcome
impl Eq for DropRouteOutcome
Source§impl PartialEq for DropRouteOutcome
impl PartialEq for DropRouteOutcome
impl StructuralPartialEq for DropRouteOutcome
Auto Trait Implementations§
impl Freeze for DropRouteOutcome
impl RefUnwindSafe for DropRouteOutcome
impl Send for DropRouteOutcome
impl Sync for DropRouteOutcome
impl Unpin for DropRouteOutcome
impl UnsafeUnpin for DropRouteOutcome
impl UnwindSafe for DropRouteOutcome
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