Enum stencila_schema::MarkTypes[][src]

pub enum MarkTypes {
    Mark(Mark),
    Delete(Delete),
    Emphasis(Emphasis),
    NontextualAnnotation(NontextualAnnotation),
    Quote(Quote),
    Strong(Strong),
    Subscript(Subscript),
    Superscript(Superscript),
}
Expand description

All type schemas that are derived from Mark

Variants

Mark(Mark)

Tuple Fields of Mark

0: Mark
Delete(Delete)

Tuple Fields of Delete

0: Delete
Emphasis(Emphasis)

Tuple Fields of Emphasis

0: Emphasis
NontextualAnnotation(NontextualAnnotation)

Tuple Fields of NontextualAnnotation

0: NontextualAnnotation
Quote(Quote)

Tuple Fields of Quote

0: Quote
Strong(Strong)

Tuple Fields of Strong

0: Strong
Subscript(Subscript)

Tuple Fields of Subscript

0: Subscript
Superscript(Superscript)

Tuple Fields of Superscript

0: Superscript

Trait Implementations

Performs the conversion.

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Formats the value using the given formatter. Read more

Deserialize this value from the given Serde deserializer. Read more

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The resulting type after obtaining ownership.

Creates owned data from borrowed data, usually by cloning. Read more

🔬 This is a nightly-only experimental API. (toowned_clone_into)

recently added

Uses borrowed data to replace owned data, usually by cloning. Read more

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.