pub enum GitHubAlertType {
Note,
Tip,
Important,
Warning,
Caution,
}Expand description
GitHub markdown alerts types
Variants§
Note
Blue note alert
Tip
Green tip alert
Important
Blue important alert
Warning
Yellow warning alert
Caution
Red caution alert
Trait Implementations§
Source§impl Clone for GitHubAlertType
impl Clone for GitHubAlertType
Source§fn clone(&self) -> GitHubAlertType
fn clone(&self) -> GitHubAlertType
Returns a duplicate 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 GitHubAlertType
impl Debug for GitHubAlertType
Source§impl PartialEq for GitHubAlertType
impl PartialEq for GitHubAlertType
impl Copy for GitHubAlertType
impl Eq for GitHubAlertType
impl StructuralPartialEq for GitHubAlertType
Auto Trait Implementations§
impl Freeze for GitHubAlertType
impl RefUnwindSafe for GitHubAlertType
impl Send for GitHubAlertType
impl Sync for GitHubAlertType
impl Unpin for GitHubAlertType
impl UnwindSafe for GitHubAlertType
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