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