pub enum InteractionRole {
None,
Button,
Navigation,
Row,
DragHandle,
WindowDragRegion,
Custom(&'static str),
}Variants§
Trait Implementations§
Source§impl Clone for InteractionRole
impl Clone for InteractionRole
Source§fn clone(&self) -> InteractionRole
fn clone(&self) -> InteractionRole
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for InteractionRole
Source§impl Debug for InteractionRole
impl Debug for InteractionRole
impl Eq for InteractionRole
Source§impl PartialEq for InteractionRole
impl PartialEq for InteractionRole
impl StructuralPartialEq for InteractionRole
Auto Trait Implementations§
impl Freeze for InteractionRole
impl RefUnwindSafe for InteractionRole
impl Send for InteractionRole
impl Sync for InteractionRole
impl Unpin for InteractionRole
impl UnsafeUnpin for InteractionRole
impl UnwindSafe for InteractionRole
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