pub struct SetContainerQueryText {
pub method: SetContainerQueryTextMethod,
pub params: SetContainerQueryTextParams,
}Expand description
Modifies the expression of a container query. setContainerQueryText
Fields§
§method: SetContainerQueryTextMethod§params: SetContainerQueryTextParamsImplementations§
Source§impl SetContainerQueryText
impl SetContainerQueryText
pub fn builder() -> SetContainerQueryTextBuilder
Source§impl SetContainerQueryText
impl SetContainerQueryText
pub const IDENTIFIER: &'static str = "CSS.setContainerQueryText"
pub fn identifier(&self) -> &'static str
Trait Implementations§
Source§impl Clone for SetContainerQueryText
impl Clone for SetContainerQueryText
Source§fn clone(&self) -> SetContainerQueryText
fn clone(&self) -> SetContainerQueryText
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 CommandResult for SetContainerQueryText
impl CommandResult for SetContainerQueryText
type Result = SetContainerQueryTextResult
fn result_from_value(result: Value) -> Result<Self::Result>
Source§impl Debug for SetContainerQueryText
impl Debug for SetContainerQueryText
Source§impl<'de> Deserialize<'de> for SetContainerQueryText
impl<'de> Deserialize<'de> for SetContainerQueryText
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<SetContainerQueryText> for BrowserProtocolCommands
impl From<SetContainerQueryText> for BrowserProtocolCommands
Source§fn from(v: SetContainerQueryText) -> Self
fn from(v: SetContainerQueryText) -> Self
Converts to this type from the input type.
Source§impl From<SetContainerQueryText> for Command
impl From<SetContainerQueryText> for Command
Source§fn from(v: SetContainerQueryText) -> Self
fn from(v: SetContainerQueryText) -> Self
Converts to this type from the input type.
Source§impl From<SetContainerQueryText> for CssCommands
impl From<SetContainerQueryText> for CssCommands
Source§fn from(v: SetContainerQueryText) -> Self
fn from(v: SetContainerQueryText) -> Self
Converts to this type from the input type.
Source§impl PartialEq for SetContainerQueryText
impl PartialEq for SetContainerQueryText
Source§impl Serialize for SetContainerQueryText
impl Serialize for SetContainerQueryText
Source§impl TryFrom<BrowserProtocolCommands> for SetContainerQueryText
impl TryFrom<BrowserProtocolCommands> for SetContainerQueryText
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, <SetContainerQueryText as TryFrom<BrowserProtocolCommands>>::Error>
fn try_from( e: BrowserProtocolCommands, ) -> Result<Self, <SetContainerQueryText as TryFrom<BrowserProtocolCommands>>::Error>
Performs the conversion.
Source§impl TryFrom<Command> for SetContainerQueryText
impl TryFrom<Command> for SetContainerQueryText
Source§impl TryFrom<CssCommands> for SetContainerQueryText
impl TryFrom<CssCommands> for SetContainerQueryText
Source§type Error = CssCommands
type Error = CssCommands
The type returned in the event of a conversion error.
Source§fn try_from(
e: CssCommands,
) -> Result<Self, <SetContainerQueryText as TryFrom<CssCommands>>::Error>
fn try_from( e: CssCommands, ) -> Result<Self, <SetContainerQueryText as TryFrom<CssCommands>>::Error>
Performs the conversion.
impl StructuralPartialEq for SetContainerQueryText
Auto Trait Implementations§
impl Freeze for SetContainerQueryText
impl RefUnwindSafe for SetContainerQueryText
impl Send for SetContainerQueryText
impl Sync for SetContainerQueryText
impl Unpin for SetContainerQueryText
impl UnsafeUnpin for SetContainerQueryText
impl UnwindSafe for SetContainerQueryText
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