pub enum SelectMouseOpenGuardPointerUpDecision {
NoGuard,
Suppress,
Allow,
}Variants§
Trait Implementations§
Source§impl Clone for SelectMouseOpenGuardPointerUpDecision
impl Clone for SelectMouseOpenGuardPointerUpDecision
Source§fn clone(&self) -> SelectMouseOpenGuardPointerUpDecision
fn clone(&self) -> SelectMouseOpenGuardPointerUpDecision
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 PartialEq for SelectMouseOpenGuardPointerUpDecision
impl PartialEq for SelectMouseOpenGuardPointerUpDecision
Source§fn eq(&self, other: &SelectMouseOpenGuardPointerUpDecision) -> bool
fn eq(&self, other: &SelectMouseOpenGuardPointerUpDecision) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Copy for SelectMouseOpenGuardPointerUpDecision
impl Eq for SelectMouseOpenGuardPointerUpDecision
impl StructuralPartialEq for SelectMouseOpenGuardPointerUpDecision
Auto Trait Implementations§
impl Freeze for SelectMouseOpenGuardPointerUpDecision
impl RefUnwindSafe for SelectMouseOpenGuardPointerUpDecision
impl Send for SelectMouseOpenGuardPointerUpDecision
impl Sync for SelectMouseOpenGuardPointerUpDecision
impl Unpin for SelectMouseOpenGuardPointerUpDecision
impl UnsafeUnpin for SelectMouseOpenGuardPointerUpDecision
impl UnwindSafe for SelectMouseOpenGuardPointerUpDecision
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