pub struct SetInstrumentationBreakpointBuilder { /* private fields */ }Implementations§
Source§impl SetInstrumentationBreakpointBuilder
impl SetInstrumentationBreakpointBuilder
pub fn instrumentation( self, instrumentation: impl Into<SetInstrumentationBreakpointInstrumentation>, ) -> Self
pub fn build(self) -> Result<SetInstrumentationBreakpoint, String>
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 moreSource§impl Default for SetInstrumentationBreakpointBuilder
impl Default for SetInstrumentationBreakpointBuilder
Source§fn default() -> SetInstrumentationBreakpointBuilder
fn default() -> SetInstrumentationBreakpointBuilder
Returns the “default value” for a type. Read more
Auto 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