pub struct SetInterceptDrags {
pub enabled: bool,
}Fields§
§enabled: boolTrait Implementations§
Source§impl Clone for SetInterceptDrags
impl Clone for SetInterceptDrags
Source§fn clone(&self) -> SetInterceptDrags
fn clone(&self) -> SetInterceptDrags
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 SetInterceptDrags
impl Debug for SetInterceptDrags
Source§impl<'de> Deserialize<'de> for SetInterceptDrags
impl<'de> Deserialize<'de> for SetInterceptDrags
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 Method for SetInterceptDrags
impl Method for SetInterceptDrags
const NAME: &'static str = "Input.setInterceptDrags"
type ReturnObject = SetInterceptDragsReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetInterceptDrags
impl PartialEq for SetInterceptDrags
Source§impl Serialize for SetInterceptDrags
impl Serialize for SetInterceptDrags
impl StructuralPartialEq for SetInterceptDrags
Auto Trait Implementations§
impl Freeze for SetInterceptDrags
impl RefUnwindSafe for SetInterceptDrags
impl Send for SetInterceptDrags
impl Sync for SetInterceptDrags
impl Unpin for SetInterceptDrags
impl UnwindSafe for SetInterceptDrags
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