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