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