pub enum DragDropOperation {
Copy,
Move,
Link,
}Variants§
Trait Implementations§
Source§impl Clone for DragDropOperation
impl Clone for DragDropOperation
Source§fn clone(&self) -> DragDropOperation
fn clone(&self) -> DragDropOperation
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 DragDropOperation
Source§impl Debug for DragDropOperation
impl Debug for DragDropOperation
impl Eq for DragDropOperation
Source§impl PartialEq for DragDropOperation
impl PartialEq for DragDropOperation
impl StructuralPartialEq for DragDropOperation
Auto Trait Implementations§
impl Freeze for DragDropOperation
impl RefUnwindSafe for DragDropOperation
impl Send for DragDropOperation
impl Sync for DragDropOperation
impl Unpin for DragDropOperation
impl UnsafeUnpin for DragDropOperation
impl UnwindSafe for DragDropOperation
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