pub struct TermuxDialog {
pub confirm: TermuxConfirmDialog,
}Fields§
§confirm: TermuxConfirmDialogImplementations§
Source§impl TermuxDialog
impl TermuxDialog
Auto Trait Implementations§
impl Freeze for TermuxDialog
impl RefUnwindSafe for TermuxDialog
impl Send for TermuxDialog
impl Sync for TermuxDialog
impl Unpin for TermuxDialog
impl UnwindSafe for TermuxDialog
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