pub enum SubFigure {
Caption(Box<Caption>),
Legend(Box<Legend>),
BodyElement(Box<BodyElement>),
}
Variants§
Trait Implementations§
Source§impl From<Admonition> for SubFigure
impl From<Admonition> for SubFigure
Source§fn from(inner: Admonition) -> Self
fn from(inner: Admonition) -> Self
Converts to this type from the input type.
Source§impl From<BlockQuote> for SubFigure
impl From<BlockQuote> for SubFigure
Source§fn from(inner: BlockQuote) -> Self
fn from(inner: BlockQuote) -> Self
Converts to this type from the input type.
Source§impl From<BodyElement> for SubFigure
impl From<BodyElement> for SubFigure
Source§fn from(inner: BodyElement) -> Self
fn from(inner: BodyElement) -> Self
Converts to this type from the input type.
Source§impl From<BulletList> for SubFigure
impl From<BulletList> for SubFigure
Source§fn from(inner: BulletList) -> Self
fn from(inner: BulletList) -> Self
Converts to this type from the input type.
Source§impl From<DefinitionList> for SubFigure
impl From<DefinitionList> for SubFigure
Source§fn from(inner: DefinitionList) -> Self
fn from(inner: DefinitionList) -> Self
Converts to this type from the input type.
Source§impl From<DoctestBlock> for SubFigure
impl From<DoctestBlock> for SubFigure
Source§fn from(inner: DoctestBlock) -> Self
fn from(inner: DoctestBlock) -> Self
Converts to this type from the input type.
Source§impl From<EnumeratedList> for SubFigure
impl From<EnumeratedList> for SubFigure
Source§fn from(inner: EnumeratedList) -> Self
fn from(inner: EnumeratedList) -> Self
Converts to this type from the input type.
Source§impl From<LiteralBlock> for SubFigure
impl From<LiteralBlock> for SubFigure
Source§fn from(inner: LiteralBlock) -> Self
fn from(inner: LiteralBlock) -> Self
Converts to this type from the input type.
Source§impl From<OptionList> for SubFigure
impl From<OptionList> for SubFigure
Source§fn from(inner: OptionList) -> Self
fn from(inner: OptionList) -> Self
Converts to this type from the input type.
Source§impl From<SubstitutionDefinition> for SubFigure
impl From<SubstitutionDefinition> for SubFigure
Source§fn from(inner: SubstitutionDefinition) -> Self
fn from(inner: SubstitutionDefinition) -> Self
Converts to this type from the input type.
Source§impl From<SystemMessage> for SubFigure
impl From<SystemMessage> for SubFigure
Source§fn from(inner: SystemMessage) -> Self
fn from(inner: SystemMessage) -> Self
Converts to this type from the input type.
Source§impl HasChildren<SubFigure> for Figure
impl HasChildren<SubFigure> for Figure
impl StructuralPartialEq for SubFigure
Auto Trait Implementations§
impl Freeze for SubFigure
impl RefUnwindSafe for SubFigure
impl Send for SubFigure
impl Sync for SubFigure
impl Unpin for SubFigure
impl UnwindSafe for SubFigure
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