Struct chromiumoxide_cdp::cdp::browser_protocol::css::GetMediaQueriesParams
source · pub struct GetMediaQueriesParams {}Expand description
Returns all media queries parsed by the rendering engine. getMediaQueries
Implementations§
source§impl GetMediaQueriesParams
impl GetMediaQueriesParams
pub const IDENTIFIER: &'static str = "CSS.getMediaQueries"
Trait Implementations§
source§impl Clone for GetMediaQueriesParams
impl Clone for GetMediaQueriesParams
source§fn clone(&self) -> GetMediaQueriesParams
fn clone(&self) -> GetMediaQueriesParams
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 GetMediaQueriesParams
impl Command for GetMediaQueriesParams
§type Response = GetMediaQueriesReturns
type Response = GetMediaQueriesReturns
The type of the response this request triggers on the chromium server
source§impl Debug for GetMediaQueriesParams
impl Debug for GetMediaQueriesParams
source§impl Default for GetMediaQueriesParams
impl Default for GetMediaQueriesParams
source§fn default() -> GetMediaQueriesParams
fn default() -> GetMediaQueriesParams
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for GetMediaQueriesParams
impl<'de> Deserialize<'de> for GetMediaQueriesParams
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 GetMediaQueriesParams
impl Method for GetMediaQueriesParams
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 GetMediaQueriesParams
impl MethodType for GetMediaQueriesParams
source§impl PartialEq for GetMediaQueriesParams
impl PartialEq for GetMediaQueriesParams
source§fn eq(&self, other: &GetMediaQueriesParams) -> bool
fn eq(&self, other: &GetMediaQueriesParams) -> bool
This method tests for
self and other values to be equal, and is used
by ==.source§impl Serialize for GetMediaQueriesParams
impl Serialize for GetMediaQueriesParams
impl StructuralPartialEq for GetMediaQueriesParams
Auto Trait Implementations§
impl RefUnwindSafe for GetMediaQueriesParams
impl Send for GetMediaQueriesParams
impl Sync for GetMediaQueriesParams
impl Unpin for GetMediaQueriesParams
impl UnwindSafe for GetMediaQueriesParams
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