pub struct ThreadInstructionAdd {
pub instruction: SerializableInstruction,
}
Expand description
Instruction.
Fields§
§instruction: SerializableInstruction
Trait Implementations§
source§impl BorshDeserialize for ThreadInstructionAddwhere
SerializableInstruction: BorshDeserialize,
impl BorshDeserialize for ThreadInstructionAddwhere SerializableInstruction: BorshDeserialize,
source§impl BorshSerialize for ThreadInstructionAddwhere
SerializableInstruction: BorshSerialize,
impl BorshSerialize for ThreadInstructionAddwhere SerializableInstruction: BorshSerialize,
source§impl Discriminator for ThreadInstructionAdd
impl Discriminator for ThreadInstructionAdd
const DISCRIMINATOR: [u8; 8] = _
fn discriminator() -> [u8; 8]
Auto Trait Implementations§
impl RefUnwindSafe for ThreadInstructionAdd
impl Send for ThreadInstructionAdd
impl Sync for ThreadInstructionAdd
impl Unpin for ThreadInstructionAdd
impl UnwindSafe for ThreadInstructionAdd
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