Struct chromiumoxide_cdp::cdp::browser_protocol::css::SetMediaTextReturns    
source · [−]pub struct SetMediaTextReturns {
    pub media: CssMedia,
}Expand description
Modifies the rule selector. setMediaText
Fields
media: CssMediaThe resulting CSS media rule after modification.
Implementations
sourceimpl SetMediaTextReturns
 
impl SetMediaTextReturns
pub fn builder() -> SetMediaTextReturnsBuilder
Trait Implementations
sourceimpl Clone for SetMediaTextReturns
 
impl Clone for SetMediaTextReturns
sourcefn clone(&self) -> SetMediaTextReturns
 
fn clone(&self) -> SetMediaTextReturns
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moresourceimpl Debug for SetMediaTextReturns
 
impl Debug for SetMediaTextReturns
sourceimpl<'de> Deserialize<'de> for SetMediaTextReturns
 
impl<'de> Deserialize<'de> for SetMediaTextReturns
sourcefn 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
sourceimpl PartialEq<SetMediaTextReturns> for SetMediaTextReturns
 
impl PartialEq<SetMediaTextReturns> for SetMediaTextReturns
sourcefn eq(&self, other: &SetMediaTextReturns) -> bool
 
fn eq(&self, other: &SetMediaTextReturns) -> bool
sourceimpl Serialize for SetMediaTextReturns
 
impl Serialize for SetMediaTextReturns
impl StructuralPartialEq for SetMediaTextReturns
Auto Trait Implementations
impl RefUnwindSafe for SetMediaTextReturns
impl Send for SetMediaTextReturns
impl Sync for SetMediaTextReturns
impl Unpin for SetMediaTextReturns
impl UnwindSafe for SetMediaTextReturns
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more