pub struct GetPossibleBreakpointsReturnObjectBuilder { /* private fields */ }Expand description
Builder for GetPossibleBreakpointsReturnObject.
Implementations§
Source§impl GetPossibleBreakpointsReturnObjectBuilder
impl GetPossibleBreakpointsReturnObjectBuilder
Sourcepub fn locations(&mut self, value: Vec<BreakLocation>) -> &mut Self
pub fn locations(&mut self, value: Vec<BreakLocation>) -> &mut Self
List of the possible breakpoint locations.
Sourcepub fn build(
&self,
) -> Result<GetPossibleBreakpointsReturnObject, GetPossibleBreakpointsReturnObjectBuilderError>
pub fn build( &self, ) -> Result<GetPossibleBreakpointsReturnObject, GetPossibleBreakpointsReturnObjectBuilderError>
Builds a new GetPossibleBreakpointsReturnObject.
§Errors
If a required field has not been initialized.
Trait Implementations§
Source§impl Clone for GetPossibleBreakpointsReturnObjectBuilder
impl Clone for GetPossibleBreakpointsReturnObjectBuilder
Source§fn clone(&self) -> GetPossibleBreakpointsReturnObjectBuilder
fn clone(&self) -> GetPossibleBreakpointsReturnObjectBuilder
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 GetPossibleBreakpointsReturnObjectBuilder
impl RefUnwindSafe for GetPossibleBreakpointsReturnObjectBuilder
impl Send for GetPossibleBreakpointsReturnObjectBuilder
impl Sync for GetPossibleBreakpointsReturnObjectBuilder
impl Unpin for GetPossibleBreakpointsReturnObjectBuilder
impl UnsafeUnpin for GetPossibleBreakpointsReturnObjectBuilder
impl UnwindSafe for GetPossibleBreakpointsReturnObjectBuilder
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