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