pub enum Render {
Markdown,
Html,
Plain,
Atrep,
}Expand description
The output markup of a render call.
Variants§
Markdown
Html
Plain
Atrep
litogramma (atrep’s markup), full standard dialect — the emitted subset is the koine by construction. Section depth is normalized relative to the rendered root (litogramma enforces real nesting); prose lines that would open a sim are a known escaping seam, recorded in the spec.
Implementations§
Trait Implementations§
impl Copy for Render
impl Eq for Render
impl StructuralPartialEq for Render
Auto Trait Implementations§
impl Freeze for Render
impl RefUnwindSafe for Render
impl Send for Render
impl Sync for Render
impl Unpin for Render
impl UnsafeUnpin for Render
impl UnwindSafe for Render
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§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.