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