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