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