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