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