pub struct SetXHRBreakpoint {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Source§impl Clone for SetXHRBreakpoint
impl Clone for SetXHRBreakpoint
Source§fn clone(&self) -> SetXHRBreakpoint
fn clone(&self) -> SetXHRBreakpoint
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 moreSource§impl Debug for SetXHRBreakpoint
impl Debug for SetXHRBreakpoint
Source§impl<'de> Deserialize<'de> for SetXHRBreakpoint
impl<'de> Deserialize<'de> for SetXHRBreakpoint
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Method for SetXHRBreakpoint
impl Method for SetXHRBreakpoint
const NAME: &'static str = "DOMDebugger.setXHRBreakpoint"
type ReturnObject = SetXHRBreakpointReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for SetXHRBreakpoint
impl PartialEq for SetXHRBreakpoint
Source§impl Serialize for SetXHRBreakpoint
impl Serialize for SetXHRBreakpoint
impl StructuralPartialEq for SetXHRBreakpoint
Auto Trait Implementations§
impl Freeze for SetXHRBreakpoint
impl RefUnwindSafe for SetXHRBreakpoint
impl Send for SetXHRBreakpoint
impl Sync for SetXHRBreakpoint
impl Unpin for SetXHRBreakpoint
impl UnwindSafe for SetXHRBreakpoint
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