pub enum SetSupportsTextMethod {
SetSupportsText,
}Variants§
SetSupportsText
Trait Implementations§
Source§impl Clone for SetSupportsTextMethod
impl Clone for SetSupportsTextMethod
Source§fn clone(&self) -> SetSupportsTextMethod
fn clone(&self) -> SetSupportsTextMethod
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 SetSupportsTextMethod
impl Debug for SetSupportsTextMethod
Source§impl<'de> Deserialize<'de> for SetSupportsTextMethod
impl<'de> Deserialize<'de> for SetSupportsTextMethod
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 SetSupportsTextMethod
impl PartialEq for SetSupportsTextMethod
Source§impl Serialize for SetSupportsTextMethod
impl Serialize for SetSupportsTextMethod
impl StructuralPartialEq for SetSupportsTextMethod
Auto Trait Implementations§
impl Freeze for SetSupportsTextMethod
impl RefUnwindSafe for SetSupportsTextMethod
impl Send for SetSupportsTextMethod
impl Sync for SetSupportsTextMethod
impl Unpin for SetSupportsTextMethod
impl UnsafeUnpin for SetSupportsTextMethod
impl UnwindSafe for SetSupportsTextMethod
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