pub enum BlockQuoteKind {
    Note,
    Tip,
    Important,
    Warning,
    Caution,
}Expand description
BlockQuote kind (Note, Tip, Important, Warning, Caution).
Variants§
Trait Implementations§
Source§impl Clone for BlockQuoteKind
 
impl Clone for BlockQuoteKind
Source§fn clone(&self) -> BlockQuoteKind
 
fn clone(&self) -> BlockQuoteKind
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 BlockQuoteKind
 
impl Debug for BlockQuoteKind
Source§impl Hash for BlockQuoteKind
 
impl Hash for BlockQuoteKind
Source§impl Ord for BlockQuoteKind
 
impl Ord for BlockQuoteKind
Source§fn cmp(&self, other: &BlockQuoteKind) -> Ordering
 
fn cmp(&self, other: &BlockQuoteKind) -> 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 BlockQuoteKind
 
impl PartialEq for BlockQuoteKind
Source§impl PartialOrd for BlockQuoteKind
 
impl PartialOrd for BlockQuoteKind
impl Copy for BlockQuoteKind
impl Eq for BlockQuoteKind
impl StructuralPartialEq for BlockQuoteKind
Auto Trait Implementations§
impl Freeze for BlockQuoteKind
impl RefUnwindSafe for BlockQuoteKind
impl Send for BlockQuoteKind
impl Sync for BlockQuoteKind
impl Unpin for BlockQuoteKind
impl UnwindSafe for BlockQuoteKind
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