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