Struct docx_rust::document::BookmarkEnd
source · [−]Expand description
End of bookmark
Fields
id: Option<Cow<'a, str>>
Specifies a unique identifier for the bookmark.
Implementations
Trait Implementations
sourceimpl<'a> Clone for BookmarkEnd<'a>
impl<'a> Clone for BookmarkEnd<'a>
sourcefn clone(&self) -> BookmarkEnd<'a>
fn clone(&self) -> BookmarkEnd<'a>
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from source
. Read more
sourceimpl<'a> Debug for BookmarkEnd<'a>
impl<'a> Debug for BookmarkEnd<'a>
sourceimpl<'a> Default for BookmarkEnd<'a>
impl<'a> Default for BookmarkEnd<'a>
sourcefn default() -> BookmarkEnd<'a>
fn default() -> BookmarkEnd<'a>
Returns the “default value” for a type. Read more
sourceimpl<'a> From<BookmarkEnd<'a>> for ParagraphContent<'a>
impl<'a> From<BookmarkEnd<'a>> for ParagraphContent<'a>
sourcefn from(original: BookmarkEnd<'a>) -> ParagraphContent<'a>
fn from(original: BookmarkEnd<'a>) -> ParagraphContent<'a>
Converts to this type from the input type.
sourceimpl<'__input: 'a, 'a> XmlRead<'__input> for BookmarkEnd<'a>
impl<'__input: 'a, 'a> XmlRead<'__input> for BookmarkEnd<'a>
Auto Trait Implementations
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more