[][src]Struct web_sys::CssSupportsRule

#[repr(transparent)]pub struct CssSupportsRule { /* fields omitted */ }

The CssSupportsRule class.

MDN Documentation

This API requires the following crate features to be activated: CssSupportsRule

Methods from Deref<Target = CssConditionRule>

pub fn condition_text(&self) -> String[src]

Getter for the conditionText field of this object.

MDN Documentation

This API requires the following crate features to be activated: CssConditionRule

pub fn set_condition_text(&self, value: &str)[src]

Setter for the conditionText field of this object.

MDN Documentation

This API requires the following crate features to be activated: CssConditionRule

Trait Implementations

impl AsRef<CssConditionRule> for CssSupportsRule[src]

impl AsRef<CssGroupingRule> for CssSupportsRule[src]

impl AsRef<CssRule> for CssSupportsRule[src]

impl AsRef<CssSupportsRule> for CssSupportsRule[src]

impl AsRef<JsValue> for CssSupportsRule[src]

impl AsRef<Object> for CssSupportsRule[src]

impl Clone for CssSupportsRule[src]

impl Debug for CssSupportsRule[src]

impl Deref for CssSupportsRule[src]

type Target = CssConditionRule

The resulting type after dereferencing.

impl Eq for CssSupportsRule[src]

impl From<CssSupportsRule> for JsValue[src]

impl From<CssSupportsRule> for CssConditionRule[src]

impl From<CssSupportsRule> for CssGroupingRule[src]

impl From<CssSupportsRule> for CssRule[src]

impl From<CssSupportsRule> for Object[src]

impl From<JsValue> for CssSupportsRule[src]

impl FromWasmAbi for CssSupportsRule[src]

type Abi = <JsValue as FromWasmAbi>::Abi

The wasm ABI type that this converts from when coming back out from the ABI boundary. Read more

impl IntoWasmAbi for CssSupportsRule[src]

type Abi = <JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl<'a> IntoWasmAbi for &'a CssSupportsRule[src]

type Abi = <&'a JsValue as IntoWasmAbi>::Abi

The wasm ABI type that this converts into when crossing the ABI boundary. Read more

impl JsCast for CssSupportsRule[src]

impl OptionFromWasmAbi for CssSupportsRule[src]

impl OptionIntoWasmAbi for CssSupportsRule[src]

impl<'a> OptionIntoWasmAbi for &'a CssSupportsRule[src]

impl PartialEq<CssSupportsRule> for CssSupportsRule[src]

impl RefFromWasmAbi for CssSupportsRule[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<CssSupportsRule>

The type that holds the reference to Self for the duration of the invocation of the function that has an &Self parameter. This is required to ensure that the lifetimes don't persist beyond one function call, and so that they remain anonymous. Read more

impl StructuralEq for CssSupportsRule[src]

impl StructuralPartialEq for CssSupportsRule[src]

impl WasmDescribe for CssSupportsRule[src]

Auto Trait Implementations

Blanket Implementations

impl<T> Any for T where
    T: 'static + ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T> ReturnWasmAbi for T where
    T: IntoWasmAbi
[src]

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi

impl<T> ToOwned for T where
    T: Clone
[src]

type Owned = T

The resulting type after obtaining ownership.

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.