pub struct AlertDialogBuilder { /* private fields */ }Expand description
A builder-pattern type to construct AlertDialog objects.
Implementations§
Auto Trait Implementations§
impl Freeze for AlertDialogBuilder
impl RefUnwindSafe for AlertDialogBuilder
impl !Send for AlertDialogBuilder
impl !Sync for AlertDialogBuilder
impl Unpin for AlertDialogBuilder
impl UnwindSafe for AlertDialogBuilder
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