Enum patternfly_yew::ToastViewerMsg [−][src]
pub enum ToastViewerMsg {
Perform(ToastAction),
Cleanup,
Close(usize),
}Variants
Close(usize)Auto Trait Implementations
impl !RefUnwindSafe for ToastViewerMsg
impl !Send for ToastViewerMsg
impl !Sync for ToastViewerMsg
impl Unpin for ToastViewerMsg
impl !UnwindSafe for ToastViewerMsg
Blanket Implementations
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: Any,
T: Any,