Struct chromiumoxide_cdp::cdp::js_protocol::debugger::SetBreakpointOnFunctionCallReturnsBuilder
source · pub struct SetBreakpointOnFunctionCallReturnsBuilder { /* private fields */ }
Implementations§
source§impl SetBreakpointOnFunctionCallReturnsBuilder
impl SetBreakpointOnFunctionCallReturnsBuilder
pub fn breakpoint_id(self, breakpoint_id: impl Into<BreakpointId>) -> Self
pub fn build(self) -> Result<SetBreakpointOnFunctionCallReturns, String>
Trait Implementations§
source§impl Clone for SetBreakpointOnFunctionCallReturnsBuilder
impl Clone for SetBreakpointOnFunctionCallReturnsBuilder
source§fn clone(&self) -> SetBreakpointOnFunctionCallReturnsBuilder
fn clone(&self) -> SetBreakpointOnFunctionCallReturnsBuilder
Returns a copy 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 moresource§impl Default for SetBreakpointOnFunctionCallReturnsBuilder
impl Default for SetBreakpointOnFunctionCallReturnsBuilder
source§fn default() -> SetBreakpointOnFunctionCallReturnsBuilder
fn default() -> SetBreakpointOnFunctionCallReturnsBuilder
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl RefUnwindSafe for SetBreakpointOnFunctionCallReturnsBuilder
impl Send for SetBreakpointOnFunctionCallReturnsBuilder
impl Sync for SetBreakpointOnFunctionCallReturnsBuilder
impl Unpin for SetBreakpointOnFunctionCallReturnsBuilder
impl UnwindSafe for SetBreakpointOnFunctionCallReturnsBuilder
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