pub struct SetInstrumentationBreakpointBuilder { /* private fields */ }Expand description
Builder for SetInstrumentationBreakpoint.
Implementations§
Source§impl SetInstrumentationBreakpointBuilder
impl SetInstrumentationBreakpointBuilder
Sourcepub fn instrumentation<VALUE: Into<SetInstrumentationBreakpointInstrumentationOption>>(
&mut self,
value: VALUE,
) -> &mut Self
pub fn instrumentation<VALUE: Into<SetInstrumentationBreakpointInstrumentationOption>>( &mut self, value: VALUE, ) -> &mut Self
Instrumentation name.
Sourcepub fn build(
&self,
) -> Result<SetInstrumentationBreakpoint, SetInstrumentationBreakpointBuilderError>
pub fn build( &self, ) -> Result<SetInstrumentationBreakpoint, SetInstrumentationBreakpointBuilderError>
Trait Implementations§
Source§impl Clone for SetInstrumentationBreakpointBuilder
impl Clone for SetInstrumentationBreakpointBuilder
Source§fn clone(&self) -> SetInstrumentationBreakpointBuilder
fn clone(&self) -> SetInstrumentationBreakpointBuilder
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 SetInstrumentationBreakpointBuilder
impl RefUnwindSafe for SetInstrumentationBreakpointBuilder
impl Send for SetInstrumentationBreakpointBuilder
impl Sync for SetInstrumentationBreakpointBuilder
impl Unpin for SetInstrumentationBreakpointBuilder
impl UnsafeUnpin for SetInstrumentationBreakpointBuilder
impl UnwindSafe for SetInstrumentationBreakpointBuilder
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