pub struct FileHoverCancelled;Expand description
Emitted when the user cancels a drag-and-drop session (release outside the window or Escape).
Trait Implementations§
Source§impl Clone for FileHoverCancelled
impl Clone for FileHoverCancelled
Source§fn clone(&self) -> FileHoverCancelled
fn clone(&self) -> FileHoverCancelled
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 FileHoverCancelled
impl Debug for FileHoverCancelled
impl Copy for FileHoverCancelled
impl Message for FileHoverCancelled
Auto Trait Implementations§
impl Freeze for FileHoverCancelled
impl RefUnwindSafe for FileHoverCancelled
impl Send for FileHoverCancelled
impl Sync for FileHoverCancelled
impl Unpin for FileHoverCancelled
impl UnsafeUnpin for FileHoverCancelled
impl UnwindSafe for FileHoverCancelled
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
§impl<T> IntoResult<T> for T
impl<T> IntoResult<T> for T
§fn into_result(self) -> Result<T, RunSystemError>
fn into_result(self) -> Result<T, RunSystemError>
Converts this type into the system output type.