pub enum DragEventKind {
Updated,
Ended,
}
Variants§
Trait Implementations§
Source§impl Clone for DragEventKind
impl Clone for DragEventKind
Source§fn clone(&self) -> DragEventKind
fn clone(&self) -> DragEventKind
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 DragEventKind
impl Debug for DragEventKind
Source§impl<'de> Deserialize<'de> for DragEventKind
impl<'de> Deserialize<'de> for DragEventKind
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 DragEventKind
impl PartialEq for DragEventKind
Source§impl Serialize for DragEventKind
impl Serialize for DragEventKind
impl Copy for DragEventKind
impl StructuralPartialEq for DragEventKind
Auto Trait Implementations§
impl Freeze for DragEventKind
impl RefUnwindSafe for DragEventKind
impl Send for DragEventKind
impl Sync for DragEventKind
impl Unpin for DragEventKind
impl UnwindSafe for DragEventKind
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