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