pub enum RouteSeedOutcome {
Seeded,
RefusedDestinationMismatch,
RefusedBlackholedIdentity,
RefusedInvalidSignature,
AlreadyPresent,
TableFull,
AppDataArenaFull,
}Variants§
Seeded
RefusedDestinationMismatch
RefusedBlackholedIdentity
RefusedInvalidSignature
AlreadyPresent
TableFull
AppDataArenaFull
Trait Implementations§
Source§impl Clone for RouteSeedOutcome
impl Clone for RouteSeedOutcome
Source§fn clone(&self) -> RouteSeedOutcome
fn clone(&self) -> RouteSeedOutcome
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 RouteSeedOutcome
Source§impl Debug for RouteSeedOutcome
impl Debug for RouteSeedOutcome
impl Eq for RouteSeedOutcome
Source§impl PartialEq for RouteSeedOutcome
impl PartialEq for RouteSeedOutcome
impl StructuralPartialEq for RouteSeedOutcome
Auto Trait Implementations§
impl Freeze for RouteSeedOutcome
impl RefUnwindSafe for RouteSeedOutcome
impl Send for RouteSeedOutcome
impl Sync for RouteSeedOutcome
impl Unpin for RouteSeedOutcome
impl UnsafeUnpin for RouteSeedOutcome
impl UnwindSafe for RouteSeedOutcome
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