pub struct RwaOrder {
pub order_id: Option<String>,
pub order_link_id: Option<String>,
pub product_id: Option<i64>,
pub order_type: Option<String>,
pub coin: Option<String>,
pub stake_amount: Option<String>,
pub redeem_shares: Option<String>,
pub status: Option<String>,
pub created_time: Option<String>,
pub updated_time: Option<String>,
}Fields§
§order_id: Option<String>§order_link_id: Option<String>§product_id: Option<i64>§order_type: Option<String>§coin: Option<String>§stake_amount: Option<String>§status: Option<String>§created_time: Option<String>§updated_time: Option<String>Trait Implementations§
Source§impl<'de> Deserialize<'de> for RwaOrder
impl<'de> Deserialize<'de> for RwaOrder
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 RwaOrder
impl RefUnwindSafe for RwaOrder
impl Send for RwaOrder
impl Sync for RwaOrder
impl Unpin for RwaOrder
impl UnsafeUnpin for RwaOrder
impl UnwindSafe for RwaOrder
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