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 duplicate 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 Freeze for BookFoldPrintingSheets
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