pub enum SubSidebar {
Topic(Box<Topic>),
Title(Box<Title>),
Subtitle(Box<Subtitle>),
BodyElement(Box<BodyElement>),
}
Variants§
Trait Implementations§
Source§impl Clone for SubSidebar
impl Clone for SubSidebar
Source§fn clone(&self) -> SubSidebar
fn clone(&self) -> SubSidebar
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 SubSidebar
impl Debug for SubSidebar
Source§impl HasChildren<SubSidebar> for Sidebar
impl HasChildren<SubSidebar> for Sidebar
fn with_children(children: Vec<SubSidebar>) -> Sidebar
fn children(&self) -> &Vec<SubSidebar>
fn children_mut(&mut self) -> &mut Vec<SubSidebar>
fn append_child<R: Into<C>>(&mut self, child: R)
fn append_children<R: Into<C> + Clone>(&mut self, more: &[R])
Source§impl Into<SubSidebar> for Admonition
impl Into<SubSidebar> for Admonition
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Attention
impl Into<SubSidebar> for Attention
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for BlockQuote
impl Into<SubSidebar> for BlockQuote
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for BodyElement
impl Into<SubSidebar> for BodyElement
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for BulletList
impl Into<SubSidebar> for BulletList
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Caution
impl Into<SubSidebar> for Caution
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Citation
impl Into<SubSidebar> for Citation
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Comment
impl Into<SubSidebar> for Comment
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Compound
impl Into<SubSidebar> for Compound
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Container
impl Into<SubSidebar> for Container
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Danger
impl Into<SubSidebar> for Danger
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for DefinitionList
impl Into<SubSidebar> for DefinitionList
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for DoctestBlock
impl Into<SubSidebar> for DoctestBlock
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for EnumeratedList
impl Into<SubSidebar> for EnumeratedList
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Error
impl Into<SubSidebar> for Error
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for FieldList
impl Into<SubSidebar> for FieldList
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Figure
impl Into<SubSidebar> for Figure
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Footnote
impl Into<SubSidebar> for Footnote
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Hint
impl Into<SubSidebar> for Hint
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Image
impl Into<SubSidebar> for Image
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Important
impl Into<SubSidebar> for Important
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for LineBlock
impl Into<SubSidebar> for LineBlock
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for LiteralBlock
impl Into<SubSidebar> for LiteralBlock
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for MathBlock
impl Into<SubSidebar> for MathBlock
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Note
impl Into<SubSidebar> for Note
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for OptionList
impl Into<SubSidebar> for OptionList
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Paragraph
impl Into<SubSidebar> for Paragraph
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Pending
impl Into<SubSidebar> for Pending
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Raw
impl Into<SubSidebar> for Raw
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Rubric
impl Into<SubSidebar> for Rubric
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for SubstitutionDefinition
impl Into<SubSidebar> for SubstitutionDefinition
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Subtitle
impl Into<SubSidebar> for Subtitle
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for SystemMessage
impl Into<SubSidebar> for SystemMessage
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Table
impl Into<SubSidebar> for Table
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Target
impl Into<SubSidebar> for Target
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Tip
impl Into<SubSidebar> for Tip
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Title
impl Into<SubSidebar> for Title
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Topic
impl Into<SubSidebar> for Topic
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl Into<SubSidebar> for Warning
impl Into<SubSidebar> for Warning
Source§fn into(self) -> SubSidebar
fn into(self) -> SubSidebar
Converts this type into the (usually inferred) input type.
Source§impl PartialEq for SubSidebar
impl PartialEq for SubSidebar
Source§impl Serialize for SubSidebar
impl Serialize for SubSidebar
impl StructuralPartialEq for SubSidebar
Auto Trait Implementations§
impl Freeze for SubSidebar
impl RefUnwindSafe for SubSidebar
impl Send for SubSidebar
impl Sync for SubSidebar
impl Unpin for SubSidebar
impl UnwindSafe for SubSidebar
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
)