pub enum ActionHashError {
InvalidOp,
TooManyOps,
InstructionSliceOutOfBounds,
AccountIndexOutOfBounds,
InvalidInstructionData,
}Variants§
Trait Implementations§
Source§impl Clone for ActionHashError
impl Clone for ActionHashError
Source§fn clone(&self) -> ActionHashError
fn clone(&self) -> ActionHashError
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 ActionHashError
Source§impl Debug for ActionHashError
impl Debug for ActionHashError
impl Eq for ActionHashError
Source§impl PartialEq for ActionHashError
impl PartialEq for ActionHashError
Source§fn eq(&self, other: &ActionHashError) -> bool
fn eq(&self, other: &ActionHashError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ActionHashError
Auto Trait Implementations§
impl Freeze for ActionHashError
impl RefUnwindSafe for ActionHashError
impl Send for ActionHashError
impl Sync for ActionHashError
impl Unpin for ActionHashError
impl UnsafeUnpin for ActionHashError
impl UnwindSafe for ActionHashError
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