pub enum VerbatimFormat {
Unknown(String),
Markdown,
Text,
}
Expand description
VerbatimString
’s format types defined by spec
Variants§
Trait Implementations§
Source§impl Clone for VerbatimFormat
impl Clone for VerbatimFormat
Source§fn clone(&self) -> VerbatimFormat
fn clone(&self) -> VerbatimFormat
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 VerbatimFormat
impl Debug for VerbatimFormat
Source§impl Display for VerbatimFormat
impl Display for VerbatimFormat
Source§impl PartialEq for VerbatimFormat
impl PartialEq for VerbatimFormat
impl StructuralPartialEq for VerbatimFormat
Auto Trait Implementations§
impl Freeze for VerbatimFormat
impl RefUnwindSafe for VerbatimFormat
impl Send for VerbatimFormat
impl Sync for VerbatimFormat
impl Unpin for VerbatimFormat
impl UnwindSafe for VerbatimFormat
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