Struct docx_rs::ReadDocumentRels
source · pub struct ReadDocumentRels { /* private fields */ }Implementations§
Trait Implementations§
source§impl Clone for ReadDocumentRels
impl Clone for ReadDocumentRels
source§fn clone(&self) -> ReadDocumentRels
fn clone(&self) -> ReadDocumentRels
Returns a copy of the value. Read more
1.0.0 · 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 ReadDocumentRels
impl Debug for ReadDocumentRels
source§impl PartialEq for ReadDocumentRels
impl PartialEq for ReadDocumentRels
source§fn eq(&self, other: &ReadDocumentRels) -> bool
fn eq(&self, other: &ReadDocumentRels) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl StructuralPartialEq for ReadDocumentRels
Auto Trait Implementations§
impl Freeze for ReadDocumentRels
impl RefUnwindSafe for ReadDocumentRels
impl Send for ReadDocumentRels
impl Sync for ReadDocumentRels
impl Unpin for ReadDocumentRels
impl UnwindSafe for ReadDocumentRels
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