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