pub struct SetBreakpointsActiveBuilder { /* private fields */ }Expand description
Builder for SetBreakpointsActive.
Implementations§
Source§impl SetBreakpointsActiveBuilder
impl SetBreakpointsActiveBuilder
Sourcepub fn active<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
pub fn active<VALUE: Into<bool>>(&mut self, value: VALUE) -> &mut Self
New value for breakpoints active state.
Sourcepub fn build(
&self,
) -> Result<SetBreakpointsActive, SetBreakpointsActiveBuilderError>
pub fn build( &self, ) -> Result<SetBreakpointsActive, SetBreakpointsActiveBuilderError>
Trait Implementations§
Source§impl Clone for SetBreakpointsActiveBuilder
impl Clone for SetBreakpointsActiveBuilder
Source§fn clone(&self) -> SetBreakpointsActiveBuilder
fn clone(&self) -> SetBreakpointsActiveBuilder
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 SetBreakpointsActiveBuilder
impl RefUnwindSafe for SetBreakpointsActiveBuilder
impl Send for SetBreakpointsActiveBuilder
impl Sync for SetBreakpointsActiveBuilder
impl Unpin for SetBreakpointsActiveBuilder
impl UnsafeUnpin for SetBreakpointsActiveBuilder
impl UnwindSafe for SetBreakpointsActiveBuilder
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