pub enum SubTopic {
Title(Box<Title>),
BodyElement(Box<BodyElement>),
}Variants§
Trait Implementations§
Source§impl HasChildren<SubTopic> for Admonition
impl HasChildren<SubTopic> for Admonition
Source§impl HasChildren<SubTopic> for Topic
impl HasChildren<SubTopic> for Topic
Source§impl Into<SubTopic> for Admonition
impl Into<SubTopic> for Admonition
Source§impl Into<SubTopic> for BlockQuote
impl Into<SubTopic> for BlockQuote
Source§impl Into<SubTopic> for BodyElement
impl Into<SubTopic> for BodyElement
Source§impl Into<SubTopic> for BulletList
impl Into<SubTopic> for BulletList
Source§impl Into<SubTopic> for DefinitionList
impl Into<SubTopic> for DefinitionList
Source§impl Into<SubTopic> for DoctestBlock
impl Into<SubTopic> for DoctestBlock
Source§impl Into<SubTopic> for EnumeratedList
impl Into<SubTopic> for EnumeratedList
Source§impl Into<SubTopic> for LiteralBlock
impl Into<SubTopic> for LiteralBlock
Source§impl Into<SubTopic> for OptionList
impl Into<SubTopic> for OptionList
Source§impl Into<SubTopic> for SubstitutionDefinition
impl Into<SubTopic> for SubstitutionDefinition
Source§impl Into<SubTopic> for SystemMessage
impl Into<SubTopic> for SystemMessage
impl StructuralPartialEq for SubTopic
Auto Trait Implementations§
impl Freeze for SubTopic
impl RefUnwindSafe for SubTopic
impl Send for SubTopic
impl Sync for SubTopic
impl Unpin for SubTopic
impl UnwindSafe for SubTopic
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)