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