pub enum AlertMsg {
Show,
Hide,
// 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
Hide
Message sent by the parent to hide the dialog
Trait Implementations§
Auto Trait Implementations§
impl Freeze for AlertMsg
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