pub struct PwmConfiguredProductGroup {
pub configured_amount_usd: Option<String>,
pub items: Option<Vec<PwmConfiguredProductItem>>,
}Fields§
§configured_amount_usd: Option<String>§items: Option<Vec<PwmConfiguredProductItem>>Trait Implementations§
Source§impl Clone for PwmConfiguredProductGroup
impl Clone for PwmConfiguredProductGroup
Source§fn clone(&self) -> PwmConfiguredProductGroup
fn clone(&self) -> PwmConfiguredProductGroup
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 PwmConfiguredProductGroup
impl Debug for PwmConfiguredProductGroup
Source§impl<'de> Deserialize<'de> for PwmConfiguredProductGroup
impl<'de> Deserialize<'de> for PwmConfiguredProductGroup
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 PwmConfiguredProductGroup
impl RefUnwindSafe for PwmConfiguredProductGroup
impl Send for PwmConfiguredProductGroup
impl Sync for PwmConfiguredProductGroup
impl Unpin for PwmConfiguredProductGroup
impl UnsafeUnpin for PwmConfiguredProductGroup
impl UnwindSafe for PwmConfiguredProductGroup
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