pub struct AlertDialogDefaults;Expand description
Default values for alert dialog.
Implementations§
Auto Trait Implementations§
impl Freeze for AlertDialogDefaults
impl RefUnwindSafe for AlertDialogDefaults
impl Send for AlertDialogDefaults
impl Sync for AlertDialogDefaults
impl Unpin for AlertDialogDefaults
impl UnsafeUnpin for AlertDialogDefaults
impl UnwindSafe for AlertDialogDefaults
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