pub enum DomDebuggerCommands {
GetEventListeners(GetEventListeners),
RemoveDomBreakpoint(RemoveDomBreakpoint),
RemoveEventListenerBreakpoint(RemoveEventListenerBreakpoint),
RemoveXhrBreakpoint(RemoveXhrBreakpoint),
SetBreakOnCspViolation(SetBreakOnCspViolation),
SetDomBreakpoint(SetDomBreakpoint),
SetEventListenerBreakpoint(SetEventListenerBreakpoint),
SetXhrBreakpoint(SetXhrBreakpoint),
}Variants§
GetEventListeners(GetEventListeners)
RemoveDomBreakpoint(RemoveDomBreakpoint)
RemoveEventListenerBreakpoint(RemoveEventListenerBreakpoint)
RemoveXhrBreakpoint(RemoveXhrBreakpoint)
SetBreakOnCspViolation(SetBreakOnCspViolation)
SetDomBreakpoint(SetDomBreakpoint)
SetEventListenerBreakpoint(SetEventListenerBreakpoint)
SetXhrBreakpoint(SetXhrBreakpoint)
Implementations§
Source§impl DomDebuggerCommands
impl DomDebuggerCommands
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for DomDebuggerCommands
impl Clone for DomDebuggerCommands
Source§fn clone(&self) -> DomDebuggerCommands
fn clone(&self) -> DomDebuggerCommands
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 DomDebuggerCommands
impl Debug for DomDebuggerCommands
Source§impl<'de> Deserialize<'de> for DomDebuggerCommands
impl<'de> Deserialize<'de> for DomDebuggerCommands
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 From<DomDebuggerCommands> for BrowserProtocolCommands
impl From<DomDebuggerCommands> for BrowserProtocolCommands
Source§fn from(v: DomDebuggerCommands) -> Self
fn from(v: DomDebuggerCommands) -> Self
Converts to this type from the input type.
Source§impl From<DomDebuggerCommands> for Command
impl From<DomDebuggerCommands> for Command
Source§fn from(v: DomDebuggerCommands) -> Self
fn from(v: DomDebuggerCommands) -> Self
Converts to this type from the input type.
Source§impl From<GetEventListeners> for DomDebuggerCommands
impl From<GetEventListeners> for DomDebuggerCommands
Source§fn from(v: GetEventListeners) -> Self
fn from(v: GetEventListeners) -> Self
Converts to this type from the input type.
Source§impl From<RemoveDomBreakpoint> for DomDebuggerCommands
impl From<RemoveDomBreakpoint> for DomDebuggerCommands
Source§fn from(v: RemoveDomBreakpoint) -> Self
fn from(v: RemoveDomBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<RemoveEventListenerBreakpoint> for DomDebuggerCommands
impl From<RemoveEventListenerBreakpoint> for DomDebuggerCommands
Source§fn from(v: RemoveEventListenerBreakpoint) -> Self
fn from(v: RemoveEventListenerBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<RemoveXhrBreakpoint> for DomDebuggerCommands
impl From<RemoveXhrBreakpoint> for DomDebuggerCommands
Source§fn from(v: RemoveXhrBreakpoint) -> Self
fn from(v: RemoveXhrBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetBreakOnCspViolation> for DomDebuggerCommands
impl From<SetBreakOnCspViolation> for DomDebuggerCommands
Source§fn from(v: SetBreakOnCspViolation) -> Self
fn from(v: SetBreakOnCspViolation) -> Self
Converts to this type from the input type.
Source§impl From<SetDomBreakpoint> for DomDebuggerCommands
impl From<SetDomBreakpoint> for DomDebuggerCommands
Source§fn from(v: SetDomBreakpoint) -> Self
fn from(v: SetDomBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetEventListenerBreakpoint> for DomDebuggerCommands
impl From<SetEventListenerBreakpoint> for DomDebuggerCommands
Source§fn from(v: SetEventListenerBreakpoint) -> Self
fn from(v: SetEventListenerBreakpoint) -> Self
Converts to this type from the input type.
Source§impl From<SetXhrBreakpoint> for DomDebuggerCommands
impl From<SetXhrBreakpoint> for DomDebuggerCommands
Source§fn from(v: SetXhrBreakpoint) -> Self
fn from(v: SetXhrBreakpoint) -> Self
Converts to this type from the input type.
Source§impl PartialEq for DomDebuggerCommands
impl PartialEq for DomDebuggerCommands
Source§impl Serialize for DomDebuggerCommands
impl Serialize for DomDebuggerCommands
Source§impl TryFrom<BrowserProtocolCommands> for DomDebuggerCommands
impl TryFrom<BrowserProtocolCommands> for DomDebuggerCommands
Source§type Error = BrowserProtocolCommands
type Error = BrowserProtocolCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: BrowserProtocolCommands,
) -> Result<Self, <DomDebuggerCommands as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <DomDebuggerCommands as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for DomDebuggerCommands
impl TryFrom<Command> for DomDebuggerCommands
Source§impl TryFrom<DomDebuggerCommands> for GetEventListeners
impl TryFrom<DomDebuggerCommands> for GetEventListeners
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <GetEventListeners as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <GetEventListeners as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for RemoveDomBreakpoint
impl TryFrom<DomDebuggerCommands> for RemoveDomBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <RemoveDomBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <RemoveDomBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for RemoveEventListenerBreakpoint
impl TryFrom<DomDebuggerCommands> for RemoveEventListenerBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <RemoveEventListenerBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <RemoveEventListenerBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for RemoveXhrBreakpoint
impl TryFrom<DomDebuggerCommands> for RemoveXhrBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <RemoveXhrBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <RemoveXhrBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for SetBreakOnCspViolation
impl TryFrom<DomDebuggerCommands> for SetBreakOnCspViolation
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <SetBreakOnCspViolation as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <SetBreakOnCspViolation as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for SetDomBreakpoint
impl TryFrom<DomDebuggerCommands> for SetDomBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <SetDomBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <SetDomBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for SetEventListenerBreakpoint
impl TryFrom<DomDebuggerCommands> for SetEventListenerBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <SetEventListenerBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <SetEventListenerBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<DomDebuggerCommands> for SetXhrBreakpoint
impl TryFrom<DomDebuggerCommands> for SetXhrBreakpoint
Source§type Error = DomDebuggerCommands
type Error = DomDebuggerCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: DomDebuggerCommands,
) -> Result<Self, <SetXhrBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
fn try_from( e: DomDebuggerCommands, ) -> Result<Self, <SetXhrBreakpoint as TryFrom<DomDebuggerCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for DomDebuggerCommands
Auto Trait Implementations§
impl Freeze for DomDebuggerCommands
impl RefUnwindSafe for DomDebuggerCommands
impl Send for DomDebuggerCommands
impl Sync for DomDebuggerCommands
impl Unpin for DomDebuggerCommands
impl UnsafeUnpin for DomDebuggerCommands
impl UnwindSafe for DomDebuggerCommands
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