pub enum AriaDpubRole {
Show 41 variants
DocAbstract,
DocAcknowledgments,
DocAfterword,
DocAppendix,
DocBacklink,
DocBiblioentry,
DocBibliography,
DocBiblioref,
DocChapter,
DocColophon,
DocConclusion,
DocCover,
DocCredit,
DocCredits,
DocDedication,
DocEndnote,
DocEndnotes,
DocEpigraph,
DocEpilogue,
DocErrata,
DocExample,
DocFootnote,
DocForeword,
DocGlossary,
DocGlossref,
DocIndex,
DocIntroduction,
DocNoteref,
DocNotice,
DocPagebreak,
DocPageheader,
DocPagefooter,
DocPagelist,
DocPart,
DocPreface,
DocPrologue,
DocPullquote,
DocQna,
DocSubtitle,
DocTip,
DocToc,
}
Variants§
DocAbstract
DocAcknowledgments
DocAfterword
DocAppendix
DocBacklink
DocBiblioentry
DocBibliography
DocBiblioref
DocChapter
DocColophon
DocConclusion
DocCover
DocCredit
DocCredits
DocDedication
DocEndnote
DocEndnotes
DocEpigraph
DocEpilogue
DocErrata
DocExample
DocFootnote
DocForeword
DocGlossary
DocGlossref
DocIndex
DocIntroduction
DocNoteref
DocNotice
DocPagebreak
DocPageheader
DocPagelist
DocPart
DocPreface
DocPrologue
DocPullquote
DocQna
DocSubtitle
DocTip
DocToc
Trait Implementations§
Source§impl Clone for AriaDpubRole
impl Clone for AriaDpubRole
Source§fn clone(&self) -> AriaDpubRole
fn clone(&self) -> AriaDpubRole
Returns a duplicate 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 Debug for AriaDpubRole
impl Debug for AriaDpubRole
Source§impl Display for AriaDpubRole
impl Display for AriaDpubRole
Source§impl FromStr for AriaDpubRole
impl FromStr for AriaDpubRole
Source§impl Hash for AriaDpubRole
impl Hash for AriaDpubRole
Source§impl PartialEq for AriaDpubRole
impl PartialEq for AriaDpubRole
impl Copy for AriaDpubRole
impl Eq for AriaDpubRole
impl StructuralPartialEq for AriaDpubRole
Auto Trait Implementations§
impl Freeze for AriaDpubRole
impl RefUnwindSafe for AriaDpubRole
impl Send for AriaDpubRole
impl Sync for AriaDpubRole
impl Unpin for AriaDpubRole
impl UnwindSafe for AriaDpubRole
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.