Struct docx_rust::formatting::RevisionParagraphProperty
source · pub struct RevisionParagraphProperty<'a> {
pub id: isize,
pub author: Cow<'a, str>,
pub date: Option<Cow<'a, str>>,
pub previous_property: Option<PreviousParagraphProperty<'a>>,
}
Fields§
§id: isize
§date: Option<Cow<'a, str>>
§previous_property: Option<PreviousParagraphProperty<'a>>
Trait Implementations§
source§impl<'a> Clone for RevisionParagraphProperty<'a>
impl<'a> Clone for RevisionParagraphProperty<'a>
source§fn clone(&self) -> RevisionParagraphProperty<'a>
fn clone(&self) -> RevisionParagraphProperty<'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 RevisionParagraphProperty<'a>
impl<'a> Debug for RevisionParagraphProperty<'a>
source§impl<'a> Default for RevisionParagraphProperty<'a>
impl<'a> Default for RevisionParagraphProperty<'a>
source§fn default() -> RevisionParagraphProperty<'a>
fn default() -> RevisionParagraphProperty<'a>
Returns the “default value” for a type. Read more
source§impl<'__input: 'a, 'a> XmlRead<'__input> for RevisionParagraphProperty<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for RevisionParagraphProperty<'a>
Auto Trait Implementations§
impl<'a> RefUnwindSafe for RevisionParagraphProperty<'a>
impl<'a> Send for RevisionParagraphProperty<'a>
impl<'a> Sync for RevisionParagraphProperty<'a>
impl<'a> Unpin for RevisionParagraphProperty<'a>
impl<'a> UnwindSafe for RevisionParagraphProperty<'a>
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more