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.
source§impl<'__input: 'a, 'a> XmlRead<'__input> for BookmarkEnd<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for BookmarkEnd<'a>
Auto Trait Implementations§
impl<'a> Freeze for BookmarkEnd<'a>
impl<'a> RefUnwindSafe for BookmarkEnd<'a>
impl<'a> Send for BookmarkEnd<'a>
impl<'a> Sync for BookmarkEnd<'a>
impl<'a> Unpin for BookmarkEnd<'a>
impl<'a> UnwindSafe for BookmarkEnd<'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