pub struct AlertDialog { /* private fields */ }Expand description
A confirm / cancel prompt.
Implementations§
Auto Trait Implementations§
impl Freeze for AlertDialog
impl RefUnwindSafe for AlertDialog
impl Send for AlertDialog
impl Sync for AlertDialog
impl Unpin for AlertDialog
impl UnsafeUnpin for AlertDialog
impl UnwindSafe for AlertDialog
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