Struct access_protocol::instruction::claim_rewards::Params   
source · pub struct Params {
    pub allow_zero_rewards: bool,
}Expand description
The required parameters for the claim_rewards instruction
Fields§
§allow_zero_rewards: boolTrait Implementations§
source§impl BorshDeserialize for Paramswhere
    bool: BorshDeserialize,
 
impl BorshDeserialize for Paramswhere
    bool: BorshDeserialize,
source§impl BorshSerialize for Paramswhere
    bool: BorshSerialize,
 
impl BorshSerialize for Paramswhere
    bool: BorshSerialize,
Auto Trait Implementations§
impl RefUnwindSafe for Params
impl Send for Params
impl Sync for Params
impl Unpin for Params
impl UnwindSafe for Params
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