pub struct InnerInstructionInstruction {
pub parsed: Option<PurpleParsed>,
pub program: Option<Program>,
pub program_id: Option<ProgramId>,
}
Fields§
§parsed: Option<PurpleParsed>
§program: Option<Program>
§program_id: Option<ProgramId>
Trait Implementations§
Source§impl Debug for InnerInstructionInstruction
impl Debug for InnerInstructionInstruction
Source§impl<'de> Deserialize<'de> for InnerInstructionInstruction
impl<'de> Deserialize<'de> for InnerInstructionInstruction
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 InnerInstructionInstruction
impl RefUnwindSafe for InnerInstructionInstruction
impl Send for InnerInstructionInstruction
impl Sync for InnerInstructionInstruction
impl Unpin for InnerInstructionInstruction
impl UnwindSafe for InnerInstructionInstruction
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