pub enum AlertDialogInitialFocus {
None,
PreferCancel,
Element(GlobalElementId),
}Variants§
Trait Implementations§
Source§impl Clone for AlertDialogInitialFocus
impl Clone for AlertDialogInitialFocus
Source§fn clone(&self) -> AlertDialogInitialFocus
fn clone(&self) -> AlertDialogInitialFocus
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for AlertDialogInitialFocus
impl Debug for AlertDialogInitialFocus
Source§impl Default for AlertDialogInitialFocus
impl Default for AlertDialogInitialFocus
Source§fn default() -> AlertDialogInitialFocus
fn default() -> AlertDialogInitialFocus
Returns the “default value” for a type. Read more
impl Copy for AlertDialogInitialFocus
Auto Trait Implementations§
impl Freeze for AlertDialogInitialFocus
impl RefUnwindSafe for AlertDialogInitialFocus
impl Send for AlertDialogInitialFocus
impl Sync for AlertDialogInitialFocus
impl Unpin for AlertDialogInitialFocus
impl UnsafeUnpin for AlertDialogInitialFocus
impl UnwindSafe for AlertDialogInitialFocus
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