Struct patternfly_yew::Backdropper
source · pub struct Backdropper { /* private fields */ }Expand description
An agent for displaying toasts.
Trait Implementations§
source§impl Agent for Backdropper
impl Agent for Backdropper
§type Reach = Context<Backdropper>
type Reach = Context<Backdropper>
Reach capability of the agent.
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 Backdropper
impl !Send for Backdropper
impl !Sync for Backdropper
impl Unpin for Backdropper
impl !UnwindSafe for Backdropper
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.