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
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
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more