Struct docx_rust::formatting::PaperSource
source · [−]Fields
first: Option<usize>
other: Option<usize>
Trait Implementations
sourceimpl Clone for PaperSource
impl Clone for PaperSource
sourcefn clone(&self) -> PaperSource
fn clone(&self) -> PaperSource
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 PaperSource
impl Debug for PaperSource
sourceimpl Default for PaperSource
impl Default for PaperSource
sourcefn default() -> PaperSource
fn default() -> PaperSource
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for PaperSource
impl<'__input> XmlRead<'__input> for PaperSource
Auto Trait Implementations
impl RefUnwindSafe for PaperSource
impl Send for PaperSource
impl Sync for PaperSource
impl Unpin for PaperSource
impl UnwindSafe for PaperSource
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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