pub struct GtkAppChooserDialog { /* private fields */ }Trait Implementations§
Auto Trait Implementations§
impl !Send for GtkAppChooserDialog
impl !Sync for GtkAppChooserDialog
impl !Unpin for GtkAppChooserDialog
impl Freeze for GtkAppChooserDialog
impl RefUnwindSafe for GtkAppChooserDialog
impl UnsafeUnpin for GtkAppChooserDialog
impl UnwindSafe for GtkAppChooserDialog
Blanket Implementations§
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