pub struct SetInstrumentationBreakpointReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetInstrumentationBreakpointReturnObject.
Implementations§
Source§impl SetInstrumentationBreakpointReturnObjectBuilder
impl SetInstrumentationBreakpointReturnObjectBuilder
Sourcepub fn breakpoint_id(&mut self, value: BreakpointId) -> &mut Self
pub fn breakpoint_id(&mut self, value: BreakpointId) -> &mut Self
Id of the created breakpoint for further reference.
Sourcepub fn build(
&self,
) -> Result<SetInstrumentationBreakpointReturnObject, SetInstrumentationBreakpointReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetInstrumentationBreakpointReturnObject, SetInstrumentationBreakpointReturnObjectBuilderError>
Builds a new SetInstrumentationBreakpointReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SetInstrumentationBreakpointReturnObjectBuilder
impl Clone for SetInstrumentationBreakpointReturnObjectBuilder
Source§fn clone(&self) -> SetInstrumentationBreakpointReturnObjectBuilder
fn clone(&self) -> SetInstrumentationBreakpointReturnObjectBuilder
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 SetInstrumentationBreakpointReturnObjectBuilder
impl RefUnwindSafe for SetInstrumentationBreakpointReturnObjectBuilder
impl Send for SetInstrumentationBreakpointReturnObjectBuilder
impl Sync for SetInstrumentationBreakpointReturnObjectBuilder
impl Unpin for SetInstrumentationBreakpointReturnObjectBuilder
impl UnsafeUnpin for SetInstrumentationBreakpointReturnObjectBuilder
impl UnwindSafe for SetInstrumentationBreakpointReturnObjectBuilder
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