Struct docx_rust::formatting::CharacterStyleId
source · pub struct CharacterStyleId<'a> {
pub value: Cow<'a, str>,
}
Fields§
§value: Cow<'a, str>
Trait Implementations§
source§impl<'a> Clone for CharacterStyleId<'a>
impl<'a> Clone for CharacterStyleId<'a>
source§fn clone(&self) -> CharacterStyleId<'a>
fn clone(&self) -> CharacterStyleId<'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 more