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