pub struct InspectModeCanceledParams {}Expand description
Fired when user cancels the inspect mode. inspectModeCanceled
Trait Implementations§
Source§impl Clone for InspectModeCanceledParams
impl Clone for InspectModeCanceledParams
Source§fn clone(&self) -> InspectModeCanceledParams
fn clone(&self) -> InspectModeCanceledParams
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 InspectModeCanceledParams
impl Debug for InspectModeCanceledParams
Source§impl<'de> Deserialize<'de> for InspectModeCanceledParams
impl<'de> Deserialize<'de> for InspectModeCanceledParams
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
impl StructuralPartialEq for InspectModeCanceledParams
Auto Trait Implementations§
impl Freeze for InspectModeCanceledParams
impl RefUnwindSafe for InspectModeCanceledParams
impl Send for InspectModeCanceledParams
impl Sync for InspectModeCanceledParams
impl Unpin for InspectModeCanceledParams
impl UnsafeUnpin for InspectModeCanceledParams
impl UnwindSafe for InspectModeCanceledParams
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