pub enum InstructionErrorElement {
InstructionErrorClass(InstructionErrorClass),
Integer(i64),
String(String),
}
Variants§
Trait Implementations§
Source§impl Debug for InstructionErrorElement
impl Debug for InstructionErrorElement
Source§impl<'de> Deserialize<'de> for InstructionErrorElement
impl<'de> Deserialize<'de> for InstructionErrorElement
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for InstructionErrorElement
impl RefUnwindSafe for InstructionErrorElement
impl Send for InstructionErrorElement
impl Sync for InstructionErrorElement
impl Unpin for InstructionErrorElement
impl UnwindSafe for InstructionErrorElement
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