Struct docx_rust::settings::BookFoldPrintingSheets
source · pub struct BookFoldPrintingSheets {}
Trait Implementations§
source§impl Clone for BookFoldPrintingSheets
impl Clone for BookFoldPrintingSheets
source§fn clone(&self) -> BookFoldPrintingSheets
fn clone(&self) -> BookFoldPrintingSheets
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 BookFoldPrintingSheets
impl Debug for BookFoldPrintingSheets
source§impl Default for BookFoldPrintingSheets
impl Default for BookFoldPrintingSheets
source§fn default() -> BookFoldPrintingSheets
fn default() -> BookFoldPrintingSheets
Returns the “default value” for a type. Read more
source§impl<'__input> XmlRead<'__input> for BookFoldPrintingSheets
impl<'__input> XmlRead<'__input> for BookFoldPrintingSheets
Auto Trait Implementations§
impl RefUnwindSafe for BookFoldPrintingSheets
impl Send for BookFoldPrintingSheets
impl Sync for BookFoldPrintingSheets
impl Unpin for BookFoldPrintingSheets
impl UnwindSafe for BookFoldPrintingSheets
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