Enum snow::error::Prerequisite
source · pub enum Prerequisite {
LocalPrivateKey,
RemotePublicKey,
}
Expand description
A prerequisite that may be missing.
Variants§
Trait Implementations§
source§impl Debug for Prerequisite
impl Debug for Prerequisite
source§impl From<Prerequisite> for Error
impl From<Prerequisite> for Error
source§fn from(reason: Prerequisite) -> Self
fn from(reason: Prerequisite) -> Self
Converts to this type from the input type.
source§impl PartialEq for Prerequisite
impl PartialEq for Prerequisite
source§fn eq(&self, other: &Prerequisite) -> bool
fn eq(&self, other: &Prerequisite) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for Prerequisite
Auto Trait Implementations§
impl Freeze for Prerequisite
impl RefUnwindSafe for Prerequisite
impl Send for Prerequisite
impl Sync for Prerequisite
impl Unpin for Prerequisite
impl UnwindSafe for Prerequisite
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