pub struct LendTransactionResponse {
pub transaction: String,
}Fields§
§transaction: StringTrait Implementations§
Source§impl Clone for LendTransactionResponse
impl Clone for LendTransactionResponse
Source§fn clone(&self) -> LendTransactionResponse
fn clone(&self) -> LendTransactionResponse
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 LendTransactionResponse
impl Debug for LendTransactionResponse
Source§impl<'de> Deserialize<'de> for LendTransactionResponse
impl<'de> Deserialize<'de> for LendTransactionResponse
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 LendTransactionResponse
impl RefUnwindSafe for LendTransactionResponse
impl Send for LendTransactionResponse
impl Sync for LendTransactionResponse
impl Unpin for LendTransactionResponse
impl UnsafeUnpin for LendTransactionResponse
impl UnwindSafe for LendTransactionResponse
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