pub struct RemoveXHRBreakpointBuilder { /* private fields */ }Expand description
Builder for RemoveXHRBreakpoint.
Implementations§
Source§impl RemoveXHRBreakpointBuilder
impl RemoveXHRBreakpointBuilder
Sourcepub fn build(
&self,
) -> Result<RemoveXHRBreakpoint, RemoveXHRBreakpointBuilderError>
pub fn build( &self, ) -> Result<RemoveXHRBreakpoint, RemoveXHRBreakpointBuilderError>
Trait Implementations§
Source§impl Clone for RemoveXHRBreakpointBuilder
impl Clone for RemoveXHRBreakpointBuilder
Source§fn clone(&self) -> RemoveXHRBreakpointBuilder
fn clone(&self) -> RemoveXHRBreakpointBuilder
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 RemoveXHRBreakpointBuilder
impl RefUnwindSafe for RemoveXHRBreakpointBuilder
impl Send for RemoveXHRBreakpointBuilder
impl Sync for RemoveXHRBreakpointBuilder
impl Unpin for RemoveXHRBreakpointBuilder
impl UnsafeUnpin for RemoveXHRBreakpointBuilder
impl UnwindSafe for RemoveXHRBreakpointBuilder
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