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