Struct docx_rust::document::CommentRangeStart
source · pub struct CommentRangeStart<'a> {
pub id: Cow<'a, str>,
}
Expand description
Start of comment
Fields§
§id: Cow<'a, str>
Specifies a unique identifier for the comment.
Implementations§
Trait Implementations§
source§impl<'a> Clone for CommentRangeStart<'a>
impl<'a> Clone for CommentRangeStart<'a>
source§fn clone(&self) -> CommentRangeStart<'a>
fn clone(&self) -> CommentRangeStart<'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 CommentRangeStart<'a>
impl<'a> Debug for CommentRangeStart<'a>
source§impl<'a> Default for CommentRangeStart<'a>
impl<'a> Default for CommentRangeStart<'a>
source§fn default() -> CommentRangeStart<'a>
fn default() -> CommentRangeStart<'a>
Returns the “default value” for a type. Read more
source§impl<'a> From<CommentRangeStart<'a>> for ParagraphContent<'a>
impl<'a> From<CommentRangeStart<'a>> for ParagraphContent<'a>
source§fn from(original: CommentRangeStart<'a>) -> ParagraphContent<'a>
fn from(original: CommentRangeStart<'a>) -> ParagraphContent<'a>
Converts to this type from the input type.
source§impl<'__input: 'a, 'a> XmlRead<'__input> for CommentRangeStart<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for CommentRangeStart<'a>
Auto Trait Implementations§
impl<'a> Freeze for CommentRangeStart<'a>
impl<'a> RefUnwindSafe for CommentRangeStart<'a>
impl<'a> Send for CommentRangeStart<'a>
impl<'a> Sync for CommentRangeStart<'a>
impl<'a> Unpin for CommentRangeStart<'a>
impl<'a> UnwindSafe for CommentRangeStart<'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