Enum br_plugin::NotifyMode
source · pub enum NotifyMode {
Primary,
Info,
Negative,
Warning,
Positive,
}Expand description
通知消息模式
Variants§
Auto Trait Implementations§
impl RefUnwindSafe for NotifyMode
impl Send for NotifyMode
impl Sync for NotifyMode
impl Unpin for NotifyMode
impl UnwindSafe for NotifyMode
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