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