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