pub enum InstructionsSysvarError {
InstructionIndexOutOfBounds,
}Variants§
InstructionIndexOutOfBounds
The instruction index stored in the instructions sysvar account data is out of bounds.
Trait Implementations§
Source§impl Debug for InstructionsSysvarError
impl Debug for InstructionsSysvarError
impl Eq for InstructionsSysvarError
Source§impl PartialEq for InstructionsSysvarError
impl PartialEq for InstructionsSysvarError
Source§fn eq(&self, other: &InstructionsSysvarError) -> bool
fn eq(&self, other: &InstructionsSysvarError) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for InstructionsSysvarError
Auto Trait Implementations§
impl Freeze for InstructionsSysvarError
impl RefUnwindSafe for InstructionsSysvarError
impl Send for InstructionsSysvarError
impl Sync for InstructionsSysvarError
impl Unpin for InstructionsSysvarError
impl UnsafeUnpin for InstructionsSysvarError
impl UnwindSafe for InstructionsSysvarError
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