pub struct PwmInvestMoreParams {
pub plan_id: String,
pub account_type: Option<String>,
pub category: String,
pub product_id: String,
pub amount: String,
pub order_link_id: String,
}Fields§
§plan_id: String§account_type: Option<String>§category: String§product_id: String§amount: String§order_link_id: StringTrait Implementations§
Source§impl Clone for PwmInvestMoreParams
impl Clone for PwmInvestMoreParams
Source§fn clone(&self) -> PwmInvestMoreParams
fn clone(&self) -> PwmInvestMoreParams
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 PwmInvestMoreParams
impl Debug for PwmInvestMoreParams
Source§impl<'de> Deserialize<'de> for PwmInvestMoreParams
impl<'de> Deserialize<'de> for PwmInvestMoreParams
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 PwmInvestMoreParams
impl RefUnwindSafe for PwmInvestMoreParams
impl Send for PwmInvestMoreParams
impl Sync for PwmInvestMoreParams
impl Unpin for PwmInvestMoreParams
impl UnsafeUnpin for PwmInvestMoreParams
impl UnwindSafe for PwmInvestMoreParams
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