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
Source§impl<'__input> XmlRead<'__input> for BookFoldRevPrinting
impl<'__input> XmlRead<'__input> for BookFoldRevPrinting
Auto Trait Implementations§
impl Freeze for BookFoldRevPrinting
impl RefUnwindSafe for BookFoldRevPrinting
impl Send for BookFoldRevPrinting
impl Sync for BookFoldRevPrinting
impl Unpin for BookFoldRevPrinting
impl UnwindSafe for BookFoldRevPrinting
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