Struct dioxus_html::events::SelectionData
source · pub struct SelectionData {}
Trait Implementations§
source§impl Clone for SelectionData
impl Clone for SelectionData
source§fn clone(&self) -> SelectionData
fn clone(&self) -> SelectionData
Returns a copy 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 SelectionData
impl Debug for SelectionData
source§impl<'de> Deserialize<'de> for SelectionData
impl<'de> Deserialize<'de> for SelectionData
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<SelectionData> for SelectionData
impl PartialEq<SelectionData> for SelectionData
source§fn eq(&self, other: &SelectionData) -> bool
fn eq(&self, other: &SelectionData) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for SelectionData
impl Serialize for SelectionData
impl Eq for SelectionData
impl StructuralEq for SelectionData
impl StructuralPartialEq for SelectionData
Auto Trait Implementations§
impl RefUnwindSafe for SelectionData
impl Send for SelectionData
impl Sync for SelectionData
impl Unpin for SelectionData
impl UnwindSafe for SelectionData
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