pub enum ActixAdminNotificationType {
Danger,
}Variants§
Danger
Trait Implementations§
Source§impl Debug for ActixAdminNotificationType
impl Debug for ActixAdminNotificationType
Source§impl Display for ActixAdminNotificationType
impl Display for ActixAdminNotificationType
Auto Trait Implementations§
impl Freeze for ActixAdminNotificationType
impl RefUnwindSafe for ActixAdminNotificationType
impl Send for ActixAdminNotificationType
impl Sync for ActixAdminNotificationType
impl Unpin for ActixAdminNotificationType
impl UnwindSafe for ActixAdminNotificationType
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