pub enum NotificationCall {
Success(String),
Error(String),
Info(String, String),
Template,
TemplateSelector(String),
}Variants§
Auto Trait Implementations§
impl Freeze for NotificationCall
impl RefUnwindSafe for NotificationCall
impl Send for NotificationCall
impl Sync for NotificationCall
impl Unpin for NotificationCall
impl UnsafeUnpin for NotificationCall
impl UnwindSafe for NotificationCall
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