Enum solana_program::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
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 Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
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