[][src]Struct web_sys::CssCounterStyleRule

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

The CSSCounterStyleRule object

MDN Documentation

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

Methods

impl CssCounterStyleRule[src]

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

The name getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_name(&self, name: &str)[src]

The name setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The system getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_system(&self, system: &str)[src]

The system setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The symbols getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_symbols(&self, symbols: &str)[src]

The symbols setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The additiveSymbols getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_additive_symbols(&self, additive_symbols: &str)[src]

The additiveSymbols setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The negative getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_negative(&self, negative: &str)[src]

The negative setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The prefix getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_prefix(&self, prefix: &str)[src]

The prefix setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The suffix getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_suffix(&self, suffix: &str)[src]

The suffix setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The range getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_range(&self, range: &str)[src]

The range setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The pad getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_pad(&self, pad: &str)[src]

The pad setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The speakAs getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_speak_as(&self, speak_as: &str)[src]

The speakAs setter

MDN Documentation

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

impl CssCounterStyleRule[src]

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

The fallback getter

MDN Documentation

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

impl CssCounterStyleRule[src]

pub fn set_fallback(&self, fallback: &str)[src]

The fallback setter

MDN Documentation

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

Methods from Deref<Target = CssRule>

pub fn type_(&self) -> u16[src]

The type getter

MDN Documentation

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

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

The cssText getter

MDN Documentation

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

pub fn set_css_text(&self, css_text: &str)[src]

The cssText setter

MDN Documentation

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

pub fn parent_rule(&self) -> Option<CssRule>[src]

The parentRule getter

MDN Documentation

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

pub fn parent_style_sheet(&self) -> Option<CssStyleSheet>[src]

The parentStyleSheet getter

MDN Documentation

This API requires the following crate features to be activated: CssRule, CssStyleSheet

pub const STYLE_RULE: u16[src]

pub const MEDIA_RULE: u16[src]

pub const PAGE_RULE: u16[src]

Trait Implementations

impl AsRef<CssCounterStyleRule> for CssCounterStyleRule[src]

impl AsRef<CssRule> for CssCounterStyleRule[src]

impl AsRef<JsValue> for CssCounterStyleRule[src]

impl AsRef<Object> for CssCounterStyleRule[src]

impl Clone for CssCounterStyleRule[src]

impl Debug for CssCounterStyleRule[src]

impl Deref for CssCounterStyleRule[src]

type Target = CssRule

The resulting type after dereferencing.

impl Eq for CssCounterStyleRule[src]

impl From<CssCounterStyleRule> for JsValue[src]

impl From<CssCounterStyleRule> for CssRule[src]

impl From<CssCounterStyleRule> for Object[src]

impl From<JsValue> for CssCounterStyleRule[src]

impl FromWasmAbi for CssCounterStyleRule[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 CssCounterStyleRule[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 CssCounterStyleRule[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 CssCounterStyleRule[src]

impl OptionFromWasmAbi for CssCounterStyleRule[src]

impl OptionIntoWasmAbi for CssCounterStyleRule[src]

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

impl PartialEq<CssCounterStyleRule> for CssCounterStyleRule[src]

impl RefFromWasmAbi for CssCounterStyleRule[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<CssCounterStyleRule>

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 CssCounterStyleRule[src]

impl StructuralPartialEq for CssCounterStyleRule[src]

impl WasmDescribe for CssCounterStyleRule[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.