Struct govern::ProposalQueueEvent
source · [−]pub struct ProposalQueueEvent {
pub governor: Pubkey,
pub proposal: Pubkey,
pub transaction: Pubkey,
}Expand description
Event called in govern::queue_proposal.
Fields
governor: PubkeyThe governor.
proposal: PubkeyThe proposal being queued.
transaction: PubkeyThe transaction key.
Trait Implementations
sourceimpl BorshDeserialize for ProposalQueueEvent where
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
impl BorshDeserialize for ProposalQueueEvent where
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
Pubkey: BorshDeserialize,
sourceimpl BorshSerialize for ProposalQueueEvent where
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
impl BorshSerialize for ProposalQueueEvent where
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
Pubkey: BorshSerialize,
sourceimpl Discriminator for ProposalQueueEvent
impl Discriminator for ProposalQueueEvent
fn discriminator() -> [u8; 8]
Auto Trait Implementations
impl RefUnwindSafe for ProposalQueueEvent
impl Send for ProposalQueueEvent
impl Sync for ProposalQueueEvent
impl Unpin for ProposalQueueEvent
impl UnwindSafe for ProposalQueueEvent
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
pub default fn example() -> T
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcepub fn borrow_mut(&mut self) -> &mut T
pub fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more