pub struct QueryApplicationStatusResponseRowsInner {
pub loan_account_id: Option<String>,
pub order_id: Option<String>,
pub request_id: Option<String>,
pub loan_coin: Option<String>,
pub loan_amount: Option<String>,
pub collateral_account_id: Option<String>,
pub collateral_coin: Option<String>,
pub loan_term: Option<String>,
pub status: Option<String>,
pub loan_date: Option<String>,
}Fields§
§loan_account_id: Option<String>§order_id: Option<String>§request_id: Option<String>§loan_coin: Option<String>§loan_amount: Option<String>§collateral_account_id: Option<String>§collateral_coin: Option<String>§loan_term: Option<String>§status: Option<String>§loan_date: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for QueryApplicationStatusResponseRowsInner
impl Clone for QueryApplicationStatusResponseRowsInner
Source§fn clone(&self) -> QueryApplicationStatusResponseRowsInner
fn clone(&self) -> QueryApplicationStatusResponseRowsInner
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 Default for QueryApplicationStatusResponseRowsInner
impl Default for QueryApplicationStatusResponseRowsInner
Source§fn default() -> QueryApplicationStatusResponseRowsInner
fn default() -> QueryApplicationStatusResponseRowsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for QueryApplicationStatusResponseRowsInner
impl<'de> Deserialize<'de> for QueryApplicationStatusResponseRowsInner
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
Source§impl PartialEq for QueryApplicationStatusResponseRowsInner
impl PartialEq for QueryApplicationStatusResponseRowsInner
Source§fn eq(&self, other: &QueryApplicationStatusResponseRowsInner) -> bool
fn eq(&self, other: &QueryApplicationStatusResponseRowsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for QueryApplicationStatusResponseRowsInner
Auto Trait Implementations§
impl Freeze for QueryApplicationStatusResponseRowsInner
impl RefUnwindSafe for QueryApplicationStatusResponseRowsInner
impl Send for QueryApplicationStatusResponseRowsInner
impl Sync for QueryApplicationStatusResponseRowsInner
impl Unpin for QueryApplicationStatusResponseRowsInner
impl UnsafeUnpin for QueryApplicationStatusResponseRowsInner
impl UnwindSafe for QueryApplicationStatusResponseRowsInner
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