Struct docx_rust::document::CommentReference
source · pub struct CommentReference<'a> {
pub id: Option<Cow<'a, str>>,
}
Fields§
§id: Option<Cow<'a, str>>
Trait Implementations§
source§impl<'a> Clone for CommentReference<'a>
impl<'a> Clone for CommentReference<'a>
source§fn clone(&self) -> CommentReference<'a>
fn clone(&self) -> CommentReference<'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 CommentReference<'a>
impl<'a> Debug for CommentReference<'a>
source§impl<'a> Default for CommentReference<'a>
impl<'a> Default for CommentReference<'a>
source§fn default() -> CommentReference<'a>
fn default() -> CommentReference<'a>
Returns the “default value” for a type. Read more
source§impl<'a> From<CommentReference<'a>> for RunContent<'a>
impl<'a> From<CommentReference<'a>> for RunContent<'a>
source§fn from(original: CommentReference<'a>) -> RunContent<'a>
fn from(original: CommentReference<'a>) -> RunContent<'a>
Converts to this type from the input type.