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