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