pub struct ProductConceptFeature {
pub id: String,
pub name: String,
pub description: Option<String>,
}Fields§
§id: String§name: String§description: Option<String>Trait Implementations§
Source§impl Clone for ProductConceptFeature
impl Clone for ProductConceptFeature
Source§fn clone(&self) -> ProductConceptFeature
fn clone(&self) -> ProductConceptFeature
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 ProductConceptFeature
impl Debug for ProductConceptFeature
Source§impl PartialEq for ProductConceptFeature
impl PartialEq for ProductConceptFeature
Source§fn eq(&self, other: &ProductConceptFeature) -> bool
fn eq(&self, other: &ProductConceptFeature) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for ProductConceptFeature
Auto Trait Implementations§
impl Freeze for ProductConceptFeature
impl RefUnwindSafe for ProductConceptFeature
impl Send for ProductConceptFeature
impl Sync for ProductConceptFeature
impl Unpin for ProductConceptFeature
impl UnsafeUnpin for ProductConceptFeature
impl UnwindSafe for ProductConceptFeature
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