pub struct StakingDefiInvestment { /* private fields */ }Expand description
Currency and amount invested into one On-chain Earn product.
Implementations§
Trait Implementations§
Source§impl Clone for StakingDefiInvestment
impl Clone for StakingDefiInvestment
Source§fn clone(&self) -> StakingDefiInvestment
fn clone(&self) -> StakingDefiInvestment
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StakingDefiInvestment
impl Debug for StakingDefiInvestment
Source§impl Serialize for StakingDefiInvestment
impl Serialize for StakingDefiInvestment
Auto Trait Implementations§
impl Freeze for StakingDefiInvestment
impl RefUnwindSafe for StakingDefiInvestment
impl Send for StakingDefiInvestment
impl Sync for StakingDefiInvestment
impl Unpin for StakingDefiInvestment
impl UnsafeUnpin for StakingDefiInvestment
impl UnwindSafe for StakingDefiInvestment
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