Struct docx_rust::formatting::ItalicsComplex
source · [−]Fields
value: Option<bool>
Trait Implementations
sourceimpl Clone for ItalicsComplex
impl Clone for ItalicsComplex
sourcefn clone(&self) -> ItalicsComplex
fn clone(&self) -> ItalicsComplex
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl Debug for ItalicsComplex
impl Debug for ItalicsComplex
sourceimpl Default for ItalicsComplex
impl Default for ItalicsComplex
sourcefn default() -> ItalicsComplex
fn default() -> ItalicsComplex
Returns the “default value” for a type. Read more
sourceimpl<'__input> XmlRead<'__input> for ItalicsComplex
impl<'__input> XmlRead<'__input> for ItalicsComplex
Auto Trait Implementations
impl RefUnwindSafe for ItalicsComplex
impl Send for ItalicsComplex
impl Sync for ItalicsComplex
impl Unpin for ItalicsComplex
impl UnwindSafe for ItalicsComplex
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more