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