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