pub enum InnerFormat {
Show 14 variants
Url,
Log,
Hash,
Diff,
Markdown,
MarkdownTable,
MarkdownWithCode,
CodeFence,
XmlHtml,
Yaml,
StackTrace,
NumberedList,
InlineJson,
Prose,
}Expand description
Categories of inner formats we sniff inside string leaves and prose.
Variants§
Url
Log
Hash
Diff
Markdown
MarkdownTable
MarkdownWithCode
CodeFence
XmlHtml
Yaml
StackTrace
NumberedList
InlineJson
Prose
Implementations§
Trait Implementations§
Source§impl Clone for InnerFormat
impl Clone for InnerFormat
Source§fn clone(&self) -> InnerFormat
fn clone(&self) -> InnerFormat
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 InnerFormat
impl Debug for InnerFormat
Source§impl PartialEq for InnerFormat
impl PartialEq for InnerFormat
Source§fn eq(&self, other: &InnerFormat) -> bool
fn eq(&self, other: &InnerFormat) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for InnerFormat
impl Eq for InnerFormat
impl StructuralPartialEq for InnerFormat
Auto Trait Implementations§
impl Freeze for InnerFormat
impl RefUnwindSafe for InnerFormat
impl Send for InnerFormat
impl Sync for InnerFormat
impl Unpin for InnerFormat
impl UnsafeUnpin for InnerFormat
impl UnwindSafe for InnerFormat
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.