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