Struct patternfly_yew::Toaster [−][src]
pub struct Toaster { /* fields omitted */ }Expand description
An agent for displaying toasts.
Trait Implementations
impl Agent for Toaster[src]
impl Agent for Toaster[src]type Input = ToasterRequest
type Input = ToasterRequestIncoming message type.
type Output = ToastAction
type Output = ToastActionOutgoing message type.
fn handle_input(&mut self, msg: Self::Input, _: HandlerId)[src]
fn handle_input(&mut self, msg: Self::Input, _: HandlerId)[src]This method called on every incoming message.
fn disconnected(&mut self, id: HandlerId)[src]
fn disconnected(&mut self, id: HandlerId)[src]This method called on when a new bridge destroyed.
fn name_of_resource() -> &'static str[src]
fn name_of_resource() -> &'static str[src]Represents the name of loading resorce for remote workers which have to live in a separate files. 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
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]pub fn borrow_mut(&mut self) -> &mut T[src]
pub fn borrow_mut(&mut self) -> &mut T[src]Mutably borrows from an owned value. Read more
impl<T> Any for T where
T: Any,
T: Any,