Struct chromiumoxide::cdp::js_protocol::debugger::StepOutParams
source · pub struct StepOutParams {}Expand description
Steps out of the function call. stepOut
Implementations§
source§impl StepOutParams
impl StepOutParams
pub const IDENTIFIER: &'static str = "Debugger.stepOut"
Trait Implementations§
source§impl Clone for StepOutParams
impl Clone for StepOutParams
source§fn clone(&self) -> StepOutParams
fn clone(&self) -> StepOutParams
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 Command for StepOutParams
impl Command for StepOutParams
§type Response = StepOutReturns
type Response = StepOutReturns
The type of the response this request triggers on the chromium server
source§impl Debug for StepOutParams
impl Debug for StepOutParams
source§impl Default for StepOutParams
impl Default for StepOutParams
source§fn default() -> StepOutParams
fn default() -> StepOutParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for StepOutParams
impl<'de> Deserialize<'de> for StepOutParams
source§fn deserialize<__D>(
__deserializer: __D
) -> Result<StepOutParams, <__D as Deserializer<'de>>::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>( __deserializer: __D ) -> Result<StepOutParams, <__D as Deserializer<'de>>::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl Method for StepOutParams
impl Method for StepOutParams
source§fn identifier(&self) -> Cow<'static, str>
fn identifier(&self) -> Cow<'static, str>
The whole string identifier for this method like:
DOM.removeNodesource§fn domain_name(&self) -> Cow<'static, str>
fn domain_name(&self) -> Cow<'static, str>
The name of the domain this method belongs to:
DOMsource§fn method_name(&self) -> Cow<'static, str>
fn method_name(&self) -> Cow<'static, str>
The standalone identifier of the method inside the domain:
removeNodesource§impl MethodType for StepOutParams
impl MethodType for StepOutParams
source§impl PartialEq<StepOutParams> for StepOutParams
impl PartialEq<StepOutParams> for StepOutParams
source§fn eq(&self, other: &StepOutParams) -> bool
fn eq(&self, other: &StepOutParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for StepOutParams
impl Serialize for StepOutParams
source§fn serialize<__S>(
&self,
__serializer: __S
) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where
__S: Serializer,
fn serialize<__S>( &self, __serializer: __S ) -> Result<<__S as Serializer>::Ok, <__S as Serializer>::Error>where __S: Serializer,
Serialize this value into the given Serde serializer. Read more