Enum solana_sdk::nonce::state::AuthorizeNonceError
source · [−]pub enum AuthorizeNonceError {
MissingRequiredSignature(Pubkey),
Uninitialized,
}
Variants
MissingRequiredSignature(Pubkey)
Uninitialized
Trait Implementations
sourceimpl Debug for AuthorizeNonceError
impl Debug for AuthorizeNonceError
sourceimpl PartialEq<AuthorizeNonceError> for AuthorizeNonceError
impl PartialEq<AuthorizeNonceError> for AuthorizeNonceError
sourcefn eq(&self, other: &AuthorizeNonceError) -> bool
fn eq(&self, other: &AuthorizeNonceError) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourcefn ne(&self, other: &AuthorizeNonceError) -> bool
fn ne(&self, other: &AuthorizeNonceError) -> bool
This method tests for !=
.
impl Eq for AuthorizeNonceError
impl StructuralEq for AuthorizeNonceError
impl StructuralPartialEq for AuthorizeNonceError
Auto Trait Implementations
impl RefUnwindSafe for AuthorizeNonceError
impl Send for AuthorizeNonceError
impl Sync for AuthorizeNonceError
impl Unpin for AuthorizeNonceError
impl UnwindSafe for AuthorizeNonceError
Blanket Implementations
sourceimpl<T> AbiExample for T
impl<T> AbiExample for T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more