pub struct SetBreakpointOnFunctionCallReturnsBuilder<'a> { /* private fields */ }Implementations§
Source§impl<'a> SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> SetBreakpointOnFunctionCallReturnsBuilder<'a>
pub fn build(self) -> SetBreakpointOnFunctionCallReturns<'a>
Auto Trait Implementations§
impl<'a> Freeze for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> RefUnwindSafe for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> Send for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> Sync for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> Unpin for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> UnsafeUnpin for SetBreakpointOnFunctionCallReturnsBuilder<'a>
impl<'a> UnwindSafe for SetBreakpointOnFunctionCallReturnsBuilder<'a>
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