pub enum DragKind {
StorageItems,
Text,
Unsupported,
}Variants§
Trait Implementations§
impl Copy for DragKind
impl Eq for DragKind
impl StructuralPartialEq for DragKind
Auto Trait Implementations§
impl Freeze for DragKind
impl RefUnwindSafe for DragKind
impl Send for DragKind
impl Sync for DragKind
impl Unpin for DragKind
impl UnsafeUnpin for DragKind
impl UnwindSafe for DragKind
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