pub enum InvalidInstructionError {
IndexTooLargeForSerializedType,
IndexOverflow,
IndexPastEnd,
PrefixLengthLongerThanAddress,
}Variants§
Trait Implementations§
Source§impl Clone for InvalidInstructionError
impl Clone for InvalidInstructionError
Source§fn clone(&self) -> InvalidInstructionError
fn clone(&self) -> InvalidInstructionError
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for InvalidInstructionError
impl Debug for InvalidInstructionError
Source§impl PartialEq for InvalidInstructionError
impl PartialEq for InvalidInstructionError
impl Copy for InvalidInstructionError
impl Eq for InvalidInstructionError
impl StructuralPartialEq for InvalidInstructionError
Auto Trait Implementations§
impl Freeze for InvalidInstructionError
impl RefUnwindSafe for InvalidInstructionError
impl Send for InvalidInstructionError
impl Sync for InvalidInstructionError
impl Unpin for InvalidInstructionError
impl UnsafeUnpin for InvalidInstructionError
impl UnwindSafe for InvalidInstructionError
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