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