Struct docx_rs::DocDefaults
source · [−]pub struct DocDefaults { /* private fields */ }
Implementations
Trait Implementations
sourceimpl Clone for DocDefaults
impl Clone for DocDefaults
sourcefn clone(&self) -> DocDefaults
fn clone(&self) -> DocDefaults
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for DocDefaults
impl Debug for DocDefaults
sourceimpl Default for DocDefaults
impl Default for DocDefaults
sourceimpl ElementReader for DocDefaults
impl ElementReader for DocDefaults
fn read<R: Read>(
r: &mut EventReader<R>,
_attrs: &[OwnedAttribute]
) -> Result<Self, ReaderError>
sourceimpl PartialEq<DocDefaults> for DocDefaults
impl PartialEq<DocDefaults> for DocDefaults
sourcefn eq(&self, other: &DocDefaults) -> bool
fn eq(&self, other: &DocDefaults) -> bool
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
sourceimpl Serialize for DocDefaults
impl Serialize for DocDefaults
impl StructuralPartialEq for DocDefaults
Auto Trait Implementations
impl RefUnwindSafe for DocDefaults
impl Send for DocDefaults
impl Sync for DocDefaults
impl Unpin for DocDefaults
impl UnwindSafe for DocDefaults
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more