pub enum AlertKind {
Note,
Tip,
Important,
Warning,
Caution,
}Expand description
The kind of a GFM Alert (the [!KIND] marker).
Variants§
Trait Implementations§
impl Copy for AlertKind
impl Eq for AlertKind
impl StructuralPartialEq for AlertKind
Auto Trait Implementations§
impl Freeze for AlertKind
impl RefUnwindSafe for AlertKind
impl Send for AlertKind
impl Sync for AlertKind
impl Unpin for AlertKind
impl UnsafeUnpin for AlertKind
impl UnwindSafe for AlertKind
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