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