pub struct RemoveInstrumentationBreakpointBuilder { /* private fields */ }Expand description
Builder for RemoveInstrumentationBreakpoint.
Implementations§
Source§impl RemoveInstrumentationBreakpointBuilder
impl RemoveInstrumentationBreakpointBuilder
Sourcepub fn event_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
pub fn event_name<VALUE: Into<String>>(&mut self, value: VALUE) -> &mut Self
Instrumentation name to stop on.
Sourcepub fn build(
&self,
) -> Result<RemoveInstrumentationBreakpoint, RemoveInstrumentationBreakpointBuilderError>
pub fn build( &self, ) -> Result<RemoveInstrumentationBreakpoint, RemoveInstrumentationBreakpointBuilderError>
Trait Implementations§
Source§impl Clone for RemoveInstrumentationBreakpointBuilder
impl Clone for RemoveInstrumentationBreakpointBuilder
Source§fn clone(&self) -> RemoveInstrumentationBreakpointBuilder
fn clone(&self) -> RemoveInstrumentationBreakpointBuilder
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 moreAuto Trait Implementations§
impl Freeze for RemoveInstrumentationBreakpointBuilder
impl RefUnwindSafe for RemoveInstrumentationBreakpointBuilder
impl Send for RemoveInstrumentationBreakpointBuilder
impl Sync for RemoveInstrumentationBreakpointBuilder
impl Unpin for RemoveInstrumentationBreakpointBuilder
impl UnsafeUnpin for RemoveInstrumentationBreakpointBuilder
impl UnwindSafe for RemoveInstrumentationBreakpointBuilder
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