Struct relm4_components::alert::AlertWidgets
source · pub struct AlertWidgets {
pub dialog: MessageDialog,
}Expand description
Widgets of the alert dialog component.
Fields§
§dialog: MessageDialogTrait Implementations§
Auto Trait Implementations§
impl RefUnwindSafe for AlertWidgets
impl !Send for AlertWidgets
impl !Sync for AlertWidgets
impl Unpin for AlertWidgets
impl UnwindSafe for AlertWidgets
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