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