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