pub enum PanePointerButton {
Primary,
Secondary,
Middle,
}Expand description
Pointer button for pane interaction events.
Variants§
Trait Implementations§
Source§impl Clone for PanePointerButton
impl Clone for PanePointerButton
Source§fn clone(&self) -> PanePointerButton
fn clone(&self) -> PanePointerButton
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 PanePointerButton
impl Debug for PanePointerButton
Source§impl<'de> Deserialize<'de> for PanePointerButton
impl<'de> Deserialize<'de> for PanePointerButton
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for PanePointerButton
impl PartialEq for PanePointerButton
Source§impl Serialize for PanePointerButton
impl Serialize for PanePointerButton
impl Copy for PanePointerButton
impl Eq for PanePointerButton
impl StructuralPartialEq for PanePointerButton
Auto Trait Implementations§
impl Freeze for PanePointerButton
impl RefUnwindSafe for PanePointerButton
impl Send for PanePointerButton
impl Sync for PanePointerButton
impl Unpin for PanePointerButton
impl UnsafeUnpin for PanePointerButton
impl UnwindSafe for PanePointerButton
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