Enum aria_query::AriaWindowRole
source · pub enum AriaWindowRole {
Alertdialog,
Dialog,
}
Variants§
Trait Implementations§
source§impl Clone for AriaWindowRole
impl Clone for AriaWindowRole
source§fn clone(&self) -> AriaWindowRole
fn clone(&self) -> AriaWindowRole
Returns a copy 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 AriaWindowRole
impl Debug for AriaWindowRole
source§impl Hash for AriaWindowRole
impl Hash for AriaWindowRole
source§impl PartialEq for AriaWindowRole
impl PartialEq for AriaWindowRole
impl Copy for AriaWindowRole
impl Eq for AriaWindowRole
impl StructuralPartialEq for AriaWindowRole
Auto Trait Implementations§
impl Freeze for AriaWindowRole
impl RefUnwindSafe for AriaWindowRole
impl Send for AriaWindowRole
impl Sync for AriaWindowRole
impl Unpin for AriaWindowRole
impl UnwindSafe for AriaWindowRole
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)