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