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