pub enum ExternalDragPayloadKind {
None,
FileToken,
Text,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for ExternalDragPayloadKind
impl Clone for ExternalDragPayloadKind
Source§fn clone(&self) -> ExternalDragPayloadKind
fn clone(&self) -> ExternalDragPayloadKind
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 ExternalDragPayloadKind
impl Debug for ExternalDragPayloadKind
Source§impl Default for ExternalDragPayloadKind
impl Default for ExternalDragPayloadKind
Source§fn default() -> ExternalDragPayloadKind
fn default() -> ExternalDragPayloadKind
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ExternalDragPayloadKind
impl<'de> Deserialize<'de> for ExternalDragPayloadKind
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 ExternalDragPayloadKind
impl PartialEq for ExternalDragPayloadKind
Source§impl Serialize for ExternalDragPayloadKind
impl Serialize for ExternalDragPayloadKind
impl Copy for ExternalDragPayloadKind
impl Eq for ExternalDragPayloadKind
impl StructuralPartialEq for ExternalDragPayloadKind
Auto Trait Implementations§
impl Freeze for ExternalDragPayloadKind
impl RefUnwindSafe for ExternalDragPayloadKind
impl Send for ExternalDragPayloadKind
impl Sync for ExternalDragPayloadKind
impl Unpin for ExternalDragPayloadKind
impl UnsafeUnpin for ExternalDragPayloadKind
impl UnwindSafe for ExternalDragPayloadKind
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