Struct docx_rust::styles::DefaultCharacterProperty
source · pub struct DefaultCharacterProperty<'a> {
pub inner: Option<CharacterProperty<'a>>,
}
Expand description
Default Character Properties
Fields§
§inner: Option<CharacterProperty<'a>>
character properties
Trait Implementations§
source§impl<'a> Clone for DefaultCharacterProperty<'a>
impl<'a> Clone for DefaultCharacterProperty<'a>
source§fn clone(&self) -> DefaultCharacterProperty<'a>
fn clone(&self) -> DefaultCharacterProperty<'a>
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<'a> Debug for DefaultCharacterProperty<'a>
impl<'a> Debug for DefaultCharacterProperty<'a>
source§impl<'a> Default for DefaultCharacterProperty<'a>
impl<'a> Default for DefaultCharacterProperty<'a>
source§fn default() -> DefaultCharacterProperty<'a>
fn default() -> DefaultCharacterProperty<'a>
Returns the “default value” for a type. Read more