Struct patternfly_yew::Toaster [−][src]
pub struct Toaster { /* fields omitted */ }An agent for displaying toasts.
Trait Implementations
impl Agent for Toaster[src]
impl Agent for Toaster[src]type Reach = Context<Self>
Reach capability of the agent.
type Message = ()
Type of an input message.
type Input = ToasterRequest
Incoming message type.
type Output = ToastAction
Outgoing message type.
fn create(link: AgentLink<Self>) -> Self[src]
fn update(&mut self, _: Self::Message)[src]
fn connected(&mut self, id: HandlerId)[src]
fn handle_input(&mut self, msg: Self::Input, _: HandlerId)[src]
fn disconnected(&mut self, id: HandlerId)[src]
pub fn destroy(&mut self)[src]
pub fn name_of_resource() -> &'static str[src]
pub fn is_module() -> bool[src]
Auto Trait Implementations
impl !RefUnwindSafe for Toaster
impl !RefUnwindSafe for Toasterimpl !UnwindSafe for Toaster
impl !UnwindSafe for Toaster