pub struct RemoveXHRBreakpoint {
pub url: String,
}Fields§
§url: StringTrait Implementations§
Source§impl Clone for RemoveXHRBreakpoint
impl Clone for RemoveXHRBreakpoint
Source§fn clone(&self) -> RemoveXHRBreakpoint
fn clone(&self) -> RemoveXHRBreakpoint
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 RemoveXHRBreakpoint
impl Debug for RemoveXHRBreakpoint
Source§impl<'de> Deserialize<'de> for RemoveXHRBreakpoint
impl<'de> Deserialize<'de> for RemoveXHRBreakpoint
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 RemoveXHRBreakpoint
impl Method for RemoveXHRBreakpoint
const NAME: &'static str = "DOMDebugger.removeXHRBreakpoint"
type ReturnObject = RemoveXHRBreakpointReturnObject
fn to_method_call(self, call_id: CallId) -> MethodCall<Self>where
Self: Sized,
Source§impl PartialEq for RemoveXHRBreakpoint
impl PartialEq for RemoveXHRBreakpoint
Source§impl Serialize for RemoveXHRBreakpoint
impl Serialize for RemoveXHRBreakpoint
impl StructuralPartialEq for RemoveXHRBreakpoint
Auto Trait Implementations§
impl Freeze for RemoveXHRBreakpoint
impl RefUnwindSafe for RemoveXHRBreakpoint
impl Send for RemoveXHRBreakpoint
impl Sync for RemoveXHRBreakpoint
impl Unpin for RemoveXHRBreakpoint
impl UnwindSafe for RemoveXHRBreakpoint
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