Enum aria_query::AriaDpubRole
source · 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 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 Debug for AriaDpubRole
impl Debug 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§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)