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