Struct patternfly_yew::Toaster

source ·
pub struct Toaster { /* private fields */ }
Expand description

An agent for displaying toasts.

Trait Implementations§

Reach capability of the agent.
Type of an input message.
Incoming message type.
Outgoing message type.
Creates an instance of an agent.
This method called on every update message.
This method called on when a new bridge created.
This method called on every incoming message.
This method called on when a new bridge destroyed.
This method called when the agent is destroyed.
Represents the name of loading resorce for remote workers which have to live in a separate files. Read more
Indicates whether the name of the resource is relative. Read more
Signifies if resource is a module. This has pending browser support. Read more

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Convert self to a value of a Properties struct.
Convert self to a value of a Properties struct.
The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.