Struct gtk4::AppChooserDialogBuilder [−][src]
pub struct AppChooserDialogBuilder { /* fields omitted */ }
Expand description
A builder-pattern type to construct AppChooserDialog
objects.
Implementations
Create a new AppChooserDialogBuilder
.
Build the AppChooserDialog
.
This is supported on crate feature
v4_2
only.Trait Implementations
Returns the “default value” for a type. Read more
Auto Trait Implementations
impl RefUnwindSafe for AppChooserDialogBuilder
impl !Send for AppChooserDialogBuilder
impl !Sync for AppChooserDialogBuilder
impl Unpin for AppChooserDialogBuilder
impl UnwindSafe for AppChooserDialogBuilder
Blanket Implementations
Mutably borrows from an owned value. Read more