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