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