Enum patternfly_yew::ToastViewerMsg [−][src]
pub enum ToastViewerMsg {
Perform(ToastAction),
Cleanup,
Close(usize),
}Variants
Close(usize)Auto Trait Implementations
impl !RefUnwindSafe for ToastViewerMsg
impl !RefUnwindSafe for ToastViewerMsgimpl !Send for ToastViewerMsg
impl !Send for ToastViewerMsgimpl !Sync for ToastViewerMsg
impl !Sync for ToastViewerMsgimpl Unpin for ToastViewerMsg
impl Unpin for ToastViewerMsgimpl !UnwindSafe for ToastViewerMsg
impl !UnwindSafe for ToastViewerMsg