Struct chromiumoxide_cdp::cdp::browser_protocol::page::BringToFrontParams
source · pub struct BringToFrontParams {}Expand description
Brings page to front (activates tab). bringToFront
Implementations§
source§impl BringToFrontParams
impl BringToFrontParams
pub const IDENTIFIER: &'static str = "Page.bringToFront"
Trait Implementations§
source§impl Clone for BringToFrontParams
impl Clone for BringToFrontParams
source§fn clone(&self) -> BringToFrontParams
fn clone(&self) -> BringToFrontParams
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 BringToFrontParams
impl Command for BringToFrontParams
§type Response = BringToFrontReturns
type Response = BringToFrontReturns
The type of the response this request triggers on the chromium server
source§impl Debug for BringToFrontParams
impl Debug for BringToFrontParams
source§impl Default for BringToFrontParams
impl Default for BringToFrontParams
source§fn default() -> BringToFrontParams
fn default() -> BringToFrontParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for BringToFrontParams
impl<'de> Deserialize<'de> for BringToFrontParams
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 BringToFrontParams
impl Method for BringToFrontParams
source§fn identifier(&self) -> MethodId
fn identifier(&self) -> MethodId
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 BringToFrontParams
impl MethodType for BringToFrontParams
source§impl PartialEq<BringToFrontParams> for BringToFrontParams
impl PartialEq<BringToFrontParams> for BringToFrontParams
source§fn eq(&self, other: &BringToFrontParams) -> bool
fn eq(&self, other: &BringToFrontParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.