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