Struct docx_rust::formatting::PaperSource
source · pub struct PaperSource {
pub first: Option<isize>,
pub other: Option<isize>,
}
Fields§
§first: Option<isize>
§other: Option<isize>
Trait Implementations§
source§impl Clone for PaperSource
impl Clone for PaperSource
source§fn clone(&self) -> PaperSource
fn clone(&self) -> PaperSource
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 PaperSource
impl Debug for PaperSource
source§impl Default for PaperSource
impl Default for PaperSource
source§fn default() -> PaperSource
fn default() -> PaperSource
Returns the “default value” for a type. Read more