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.