pub enum RoleCategory {
Show 42 variants
Title,
Subtitle,
Abstract,
TableOfContents,
Heading1,
Heading2,
Heading3,
Heading4,
Heading5,
Heading6,
Paragraph,
List,
Intro,
IntroHook,
IntroContext,
IntroThesis,
Body,
BodyArgument,
BodyEvidence,
BodyExample,
BodyCounterargument,
BodyTransition,
Conclusion,
ConclusionSummary,
ConclusionImplication,
ConclusionCallToAction,
Sidebar,
Callout,
Warning,
Note,
Quote,
Definition,
Theorem,
Proof,
Algorithm,
Code,
Metadata,
Citation,
Footnote,
Appendix,
Reference,
Custom,
}Expand description
Semantic role categories
Variants§
Title
Subtitle
Abstract
TableOfContents
Heading1
Heading2
Heading3
Heading4
Heading5
Heading6
Paragraph
List
Intro
IntroHook
IntroContext
IntroThesis
Body
BodyArgument
BodyEvidence
BodyExample
BodyCounterargument
BodyTransition
Conclusion
ConclusionSummary
ConclusionImplication
ConclusionCallToAction
Sidebar
Callout
Warning
Note
Quote
Definition
Theorem
Proof
Algorithm
Code
Metadata
Citation
Footnote
Appendix
Reference
Custom
Implementations§
Trait Implementations§
Source§impl Clone for RoleCategory
impl Clone for RoleCategory
Source§fn clone(&self) -> RoleCategory
fn clone(&self) -> RoleCategory
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 RoleCategory
impl Debug for RoleCategory
Source§impl<'de> Deserialize<'de> for RoleCategory
impl<'de> Deserialize<'de> for RoleCategory
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl FromStr for RoleCategory
impl FromStr for RoleCategory
Source§impl Hash for RoleCategory
impl Hash for RoleCategory
Source§impl PartialEq for RoleCategory
impl PartialEq for RoleCategory
Source§impl Serialize for RoleCategory
impl Serialize for RoleCategory
impl Copy for RoleCategory
impl Eq for RoleCategory
impl StructuralPartialEq for RoleCategory
Auto Trait Implementations§
impl Freeze for RoleCategory
impl RefUnwindSafe for RoleCategory
impl Send for RoleCategory
impl Sync for RoleCategory
impl Unpin for RoleCategory
impl UnwindSafe for RoleCategory
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