pub struct LendUserEarningsResponse {
pub address: String,
pub earnings: f64,
pub owner_address: String,
pub slot: f64,
}Fields§
§address: String§earnings: f64§owner_address: String§slot: f64Trait Implementations§
Source§impl Clone for LendUserEarningsResponse
impl Clone for LendUserEarningsResponse
Source§fn clone(&self) -> LendUserEarningsResponse
fn clone(&self) -> LendUserEarningsResponse
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 LendUserEarningsResponse
impl Debug for LendUserEarningsResponse
Source§impl<'de> Deserialize<'de> for LendUserEarningsResponse
impl<'de> Deserialize<'de> for LendUserEarningsResponse
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for LendUserEarningsResponse
impl RefUnwindSafe for LendUserEarningsResponse
impl Send for LendUserEarningsResponse
impl Sync for LendUserEarningsResponse
impl Unpin for LendUserEarningsResponse
impl UnsafeUnpin for LendUserEarningsResponse
impl UnwindSafe for LendUserEarningsResponse
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