Struct docx_rust::formatting::ParagraphStyleId
source · [−]Fields
value: Cow<'a, str>
Trait Implementations
sourceimpl<'a> Clone for ParagraphStyleId<'a>
impl<'a> Clone for ParagraphStyleId<'a>
sourcefn clone(&self) -> ParagraphStyleId<'a>
fn clone(&self) -> ParagraphStyleId<'a>
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<'a> Debug for ParagraphStyleId<'a>
impl<'a> Debug for ParagraphStyleId<'a>
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for ParagraphStyleId<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for ParagraphStyleId<'a>
Auto Trait Implementations
impl<'a> RefUnwindSafe for ParagraphStyleId<'a>
impl<'a> Send for ParagraphStyleId<'a>
impl<'a> Sync for ParagraphStyleId<'a>
impl<'a> Unpin for ParagraphStyleId<'a>
impl<'a> UnwindSafe for ParagraphStyleId<'a>
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