Enum relm4_components::alert::AlertMsg
source · pub enum AlertMsg {
Show,
// some variants omitted
}Expand description
Messages that can be sent to the alert dialog component
Variants§
Show
Message sent by the parent to view the dialog
Trait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AlertMsg
impl Send for AlertMsg
impl Sync for AlertMsg
impl Unpin for AlertMsg
impl UnwindSafe for AlertMsg
Blanket Implementations§
source§impl<C> AsyncPosition<()> for C
impl<C> AsyncPosition<()> for C
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more