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