pub struct SetInstrumentationBreakpointReturns {}Expand description
Sets breakpoint on particular native event. setInstrumentationBreakpoint
Trait Implementations§
Source§impl Clone for SetInstrumentationBreakpointReturns
impl Clone for SetInstrumentationBreakpointReturns
Source§fn clone(&self) -> SetInstrumentationBreakpointReturns
fn clone(&self) -> SetInstrumentationBreakpointReturns
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 Default for SetInstrumentationBreakpointReturns
impl Default for SetInstrumentationBreakpointReturns
Source§fn default() -> SetInstrumentationBreakpointReturns
fn default() -> SetInstrumentationBreakpointReturns
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for SetInstrumentationBreakpointReturns
impl<'de> Deserialize<'de> for SetInstrumentationBreakpointReturns
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 SetInstrumentationBreakpointReturns
impl PartialEq for SetInstrumentationBreakpointReturns
Source§fn eq(&self, other: &SetInstrumentationBreakpointReturns) -> bool
fn eq(&self, other: &SetInstrumentationBreakpointReturns) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SetInstrumentationBreakpointReturns
Auto Trait Implementations§
impl Freeze for SetInstrumentationBreakpointReturns
impl RefUnwindSafe for SetInstrumentationBreakpointReturns
impl Send for SetInstrumentationBreakpointReturns
impl Sync for SetInstrumentationBreakpointReturns
impl Unpin for SetInstrumentationBreakpointReturns
impl UnwindSafe for SetInstrumentationBreakpointReturns
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