pub struct ClaimRewardsParams {
pub asset: String,
}Fields§
§asset: StringTrait Implementations§
Source§impl Debug for ClaimRewardsParams
impl Debug for ClaimRewardsParams
Auto Trait Implementations§
impl Freeze for ClaimRewardsParams
impl RefUnwindSafe for ClaimRewardsParams
impl Send for ClaimRewardsParams
impl Sync for ClaimRewardsParams
impl Unpin for ClaimRewardsParams
impl UnsafeUnpin for ClaimRewardsParams
impl UnwindSafe for ClaimRewardsParams
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