pub struct GetWbethUnwrapHistoryResponseRowsInner {
pub time: Option<i64>,
pub from_asset: Option<String>,
pub from_amount: Option<String>,
pub to_asset: Option<String>,
pub to_amount: Option<String>,
pub exchange_rate: Option<String>,
pub status: Option<String>,
}Fields§
§time: Option<i64>§from_asset: Option<String>§from_amount: Option<String>§to_asset: Option<String>§to_amount: Option<String>§exchange_rate: Option<String>§status: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for GetWbethUnwrapHistoryResponseRowsInner
impl Clone for GetWbethUnwrapHistoryResponseRowsInner
Source§fn clone(&self) -> GetWbethUnwrapHistoryResponseRowsInner
fn clone(&self) -> GetWbethUnwrapHistoryResponseRowsInner
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 GetWbethUnwrapHistoryResponseRowsInner
impl Default for GetWbethUnwrapHistoryResponseRowsInner
Source§fn default() -> GetWbethUnwrapHistoryResponseRowsInner
fn default() -> GetWbethUnwrapHistoryResponseRowsInner
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetWbethUnwrapHistoryResponseRowsInner
impl<'de> Deserialize<'de> for GetWbethUnwrapHistoryResponseRowsInner
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 GetWbethUnwrapHistoryResponseRowsInner
impl PartialEq for GetWbethUnwrapHistoryResponseRowsInner
Source§fn eq(&self, other: &GetWbethUnwrapHistoryResponseRowsInner) -> bool
fn eq(&self, other: &GetWbethUnwrapHistoryResponseRowsInner) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetWbethUnwrapHistoryResponseRowsInner
Auto Trait Implementations§
impl Freeze for GetWbethUnwrapHistoryResponseRowsInner
impl RefUnwindSafe for GetWbethUnwrapHistoryResponseRowsInner
impl Send for GetWbethUnwrapHistoryResponseRowsInner
impl Sync for GetWbethUnwrapHistoryResponseRowsInner
impl Unpin for GetWbethUnwrapHistoryResponseRowsInner
impl UnsafeUnpin for GetWbethUnwrapHistoryResponseRowsInner
impl UnwindSafe for GetWbethUnwrapHistoryResponseRowsInner
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