pub struct SetBreakpointOnFunctionCallReturnObjectBuilder { /* private fields */ }Expand description
Builder for SetBreakpointOnFunctionCallReturnObject.
Implementations§
Source§impl SetBreakpointOnFunctionCallReturnObjectBuilder
impl SetBreakpointOnFunctionCallReturnObjectBuilder
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<SetBreakpointOnFunctionCallReturnObject, SetBreakpointOnFunctionCallReturnObjectBuilderError>
pub fn build( &self, ) -> Result<SetBreakpointOnFunctionCallReturnObject, SetBreakpointOnFunctionCallReturnObjectBuilderError>
Builds a new SetBreakpointOnFunctionCallReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for SetBreakpointOnFunctionCallReturnObjectBuilder
impl Clone for SetBreakpointOnFunctionCallReturnObjectBuilder
Source§fn clone(&self) -> SetBreakpointOnFunctionCallReturnObjectBuilder
fn clone(&self) -> SetBreakpointOnFunctionCallReturnObjectBuilder
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 SetBreakpointOnFunctionCallReturnObjectBuilder
impl RefUnwindSafe for SetBreakpointOnFunctionCallReturnObjectBuilder
impl Send for SetBreakpointOnFunctionCallReturnObjectBuilder
impl Sync for SetBreakpointOnFunctionCallReturnObjectBuilder
impl Unpin for SetBreakpointOnFunctionCallReturnObjectBuilder
impl UnsafeUnpin for SetBreakpointOnFunctionCallReturnObjectBuilder
impl UnwindSafe for SetBreakpointOnFunctionCallReturnObjectBuilder
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