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