Struct relm4_components::alert::AlertWidgets
source · pub struct AlertWidgets {
pub dialog: MessageDialog,
pub accept_widget: Button,
pub gtk_button_0: Button,
pub gtk_button_1: Button,
}Expand description
Widgets of the alert dialog component.
Fields§
§dialog: MessageDialog§accept_widget: ButtonTrait Implementations§
Auto Trait Implementations§
impl Freeze for AlertWidgets
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