pub enum CodeBlockKind {
Indented,
Fenced,
}
Variants§
Trait Implementations§
Source§impl Clone for CodeBlockKind
impl Clone for CodeBlockKind
Source§fn clone(&self) -> CodeBlockKind
fn clone(&self) -> CodeBlockKind
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 CodeBlockKind
impl Debug for CodeBlockKind
Source§impl Hash for CodeBlockKind
impl Hash for CodeBlockKind
Source§impl Ord for CodeBlockKind
impl Ord for CodeBlockKind
Source§fn cmp(&self, other: &CodeBlockKind) -> Ordering
fn cmp(&self, other: &CodeBlockKind) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for CodeBlockKind
impl PartialEq for CodeBlockKind
Source§impl PartialOrd for CodeBlockKind
impl PartialOrd for CodeBlockKind
impl Eq for CodeBlockKind
impl StructuralPartialEq for CodeBlockKind
Auto Trait Implementations§
impl Freeze for CodeBlockKind
impl RefUnwindSafe for CodeBlockKind
impl Send for CodeBlockKind
impl Sync for CodeBlockKind
impl Unpin for CodeBlockKind
impl UnwindSafe for CodeBlockKind
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