pub struct DragDropAction {
pub operation: DragDropOperation,
pub caption: Option<String>,
}Fields§
§operation: DragDropOperation§caption: Option<String>Implementations§
Trait Implementations§
Source§impl Clone for DragDropAction
impl Clone for DragDropAction
Source§fn clone(&self) -> DragDropAction
fn clone(&self) -> DragDropAction
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 moreSource§impl Debug for DragDropAction
impl Debug for DragDropAction
impl Eq for DragDropAction
Source§impl PartialEq for DragDropAction
impl PartialEq for DragDropAction
impl StructuralPartialEq for DragDropAction
Auto Trait Implementations§
impl Freeze for DragDropAction
impl RefUnwindSafe for DragDropAction
impl Send for DragDropAction
impl Sync for DragDropAction
impl Unpin for DragDropAction
impl UnsafeUnpin for DragDropAction
impl UnwindSafe for DragDropAction
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