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