pub struct CancelDragging(pub Option<Value>);Tuple Fields§
§0: Option<Value>Trait Implementations§
Source§impl Clone for CancelDragging
impl Clone for CancelDragging
Source§fn clone(&self) -> CancelDragging
fn clone(&self) -> CancelDragging
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 CancelDragging
impl Debug for CancelDragging
Source§impl<'de> Deserialize<'de> for CancelDragging
impl<'de> Deserialize<'de> for CancelDragging
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 CancelDragging
impl Method for CancelDragging
const NAME: &'static str = "Input.cancelDragging"
type ReturnObject = CancelDraggingReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for CancelDragging
impl PartialEq for CancelDragging
Source§impl Serialize for CancelDragging
impl Serialize for CancelDragging
impl StructuralPartialEq for CancelDragging
Auto Trait Implementations§
impl Freeze for CancelDragging
impl RefUnwindSafe for CancelDragging
impl Send for CancelDragging
impl Sync for CancelDragging
impl Unpin for CancelDragging
impl UnwindSafe for CancelDragging
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