Struct patternfly_yew::Toaster
source · pub struct Toaster { /* private fields */ }Expand description
An agent for displaying toasts.
Trait Implementations§
source§impl Agent for Toaster
impl Agent for Toaster
source§fn handle_input(&mut self, msg: Self::Input, _: HandlerId)
fn handle_input(&mut self, msg: Self::Input, _: HandlerId)
This method called on every incoming message.
source§fn disconnected(&mut self, id: HandlerId)
fn disconnected(&mut self, id: HandlerId)
This method called on when a new bridge destroyed.
source§fn name_of_resource() -> &'static str
fn name_of_resource() -> &'static str
Represents the name of loading resorce for remote workers which
have to live in a separate files. Read more
source§fn resource_path_is_relative() -> bool
fn resource_path_is_relative() -> bool
Indicates whether the name of the resource is relative. Read more
Auto Trait Implementations§
impl !RefUnwindSafe for Toaster
impl !Send for Toaster
impl !Sync for Toaster
impl Unpin for Toaster
impl !UnwindSafe for Toaster
Blanket Implementations§
source§impl<T> IntoPropValue<Option<T>> for T
impl<T> IntoPropValue<Option<T>> for T
source§fn into_prop_value(self) -> Option<T>
fn into_prop_value(self) -> Option<T>
Convert
self to a value of a Properties struct.source§impl<T> IntoPropValue<T> for T
impl<T> IntoPropValue<T> for T
source§fn into_prop_value(self) -> T
fn into_prop_value(self) -> T
Convert
self to a value of a Properties struct.