pub enum AccountsHashVerificationError {
MissingAccountsHash,
MismatchedAccountsHash,
MismatchedTotalLamports(u64, u64),
}
Variants§
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AccountsHashVerificationError
impl Send for AccountsHashVerificationError
impl Sync for AccountsHashVerificationError
impl Unpin for AccountsHashVerificationError
impl UnwindSafe for AccountsHashVerificationError
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