pub struct DispatchDragEventResult {}Trait Implementations§
Source§impl Clone for DispatchDragEventResult
impl Clone for DispatchDragEventResult
Source§fn clone(&self) -> DispatchDragEventResult
fn clone(&self) -> DispatchDragEventResult
Returns a duplicate 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 DispatchDragEventResult
impl Debug for DispatchDragEventResult
Source§impl Default for DispatchDragEventResult
impl Default for DispatchDragEventResult
Source§fn default() -> DispatchDragEventResult
fn default() -> DispatchDragEventResult
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for DispatchDragEventResult
impl<'de> Deserialize<'de> for DispatchDragEventResult
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 DispatchDragEventResult
impl PartialEq for DispatchDragEventResult
Source§impl Serialize for DispatchDragEventResult
impl Serialize for DispatchDragEventResult
Source§impl TryFrom<Value> for DispatchDragEventResult
impl TryFrom<Value> for DispatchDragEventResult
impl StructuralPartialEq for DispatchDragEventResult
Auto Trait Implementations§
impl Freeze for DispatchDragEventResult
impl RefUnwindSafe for DispatchDragEventResult
impl Send for DispatchDragEventResult
impl Sync for DispatchDragEventResult
impl Unpin for DispatchDragEventResult
impl UnsafeUnpin for DispatchDragEventResult
impl UnwindSafe for DispatchDragEventResult
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