pub struct PostAdParams {Show 14 fields
pub token_id: String,
pub currency_id: String,
pub side: String,
pub price_type: String,
pub premium: String,
pub price: String,
pub min_amount: String,
pub max_amount: String,
pub remark: String,
pub trading_preference_set: Value,
pub payment_ids: Vec<String>,
pub quantity: String,
pub payment_period: String,
pub item_type: String,
}Fields§
§token_id: String§currency_id: String§side: String§price_type: String§price: String§min_amount: String§max_amount: String§remark: String§trading_preference_set: Value§payment_ids: Vec<String>§quantity: String§payment_period: String§item_type: StringTrait Implementations§
Source§impl Clone for PostAdParams
impl Clone for PostAdParams
Source§fn clone(&self) -> PostAdParams
fn clone(&self) -> PostAdParams
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 PostAdParams
impl Debug for PostAdParams
Source§impl<'de> Deserialize<'de> for PostAdParams
impl<'de> Deserialize<'de> for PostAdParams
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 PostAdParams
impl RefUnwindSafe for PostAdParams
impl Send for PostAdParams
impl Sync for PostAdParams
impl Unpin for PostAdParams
impl UnsafeUnpin for PostAdParams
impl UnwindSafe for PostAdParams
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