pub struct PwmInvestMoreRequest {
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 PwmInvestMoreRequest
impl Clone for PwmInvestMoreRequest
Source§fn clone(&self) -> PwmInvestMoreRequest
fn clone(&self) -> PwmInvestMoreRequest
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 PwmInvestMoreRequest
impl Debug for PwmInvestMoreRequest
Source§impl<'de> Deserialize<'de> for PwmInvestMoreRequest
impl<'de> Deserialize<'de> for PwmInvestMoreRequest
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 PwmInvestMoreRequest
impl RefUnwindSafe for PwmInvestMoreRequest
impl Send for PwmInvestMoreRequest
impl Sync for PwmInvestMoreRequest
impl Unpin for PwmInvestMoreRequest
impl UnsafeUnpin for PwmInvestMoreRequest
impl UnwindSafe for PwmInvestMoreRequest
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