Struct web_sys::CssCounterStyleRule
source · #[repr(transparent)]pub struct CssCounterStyleRule { /* private fields */ }Expand description
The CSSCounterStyleRule object
This API requires the following crate features to be activated: CssCounterStyleRule
Implementations§
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_system(&self, system: &str)
pub fn set_system(&self, system: &str)
The system setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_symbols(&self, symbols: &str)
pub fn set_symbols(&self, symbols: &str)
The symbols setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn additive_symbols(&self) -> String
pub fn additive_symbols(&self) -> String
The additiveSymbols getter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_additive_symbols(&self, additive_symbols: &str)
pub fn set_additive_symbols(&self, additive_symbols: &str)
The additiveSymbols setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_negative(&self, negative: &str)
pub fn set_negative(&self, negative: &str)
The negative setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_prefix(&self, prefix: &str)
pub fn set_prefix(&self, prefix: &str)
The prefix setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_suffix(&self, suffix: &str)
pub fn set_suffix(&self, suffix: &str)
The suffix setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_speak_as(&self, speak_as: &str)
pub fn set_speak_as(&self, speak_as: &str)
The speakAs setter
This API requires the following crate features to be activated: CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
source§impl CssCounterStyleRule
impl CssCounterStyleRule
sourcepub fn set_fallback(&self, fallback: &str)
pub fn set_fallback(&self, fallback: &str)
The fallback setter
This API requires the following crate features to be activated: CssCounterStyleRule
Trait Implementations§
source§impl AsRef<CssRule> for CssCounterStyleRule
impl AsRef<CssRule> for CssCounterStyleRule
source§impl AsRef<JsValue> for CssCounterStyleRule
impl AsRef<JsValue> for CssCounterStyleRule
source§impl AsRef<Object> for CssCounterStyleRule
impl AsRef<Object> for CssCounterStyleRule
source§impl Clone for CssCounterStyleRule
impl Clone for CssCounterStyleRule
source§fn clone(&self) -> CssCounterStyleRule
fn clone(&self) -> CssCounterStyleRule
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for CssCounterStyleRule
impl Debug for CssCounterStyleRule
source§impl From<CssCounterStyleRule> for CssRule
impl From<CssCounterStyleRule> for CssRule
source§fn from(obj: CssCounterStyleRule) -> CssRule
fn from(obj: CssCounterStyleRule) -> CssRule
source§impl From<CssCounterStyleRule> for JsValue
impl From<CssCounterStyleRule> for JsValue
source§fn from(obj: CssCounterStyleRule) -> JsValue
fn from(obj: CssCounterStyleRule) -> JsValue
source§impl From<CssCounterStyleRule> for Object
impl From<CssCounterStyleRule> for Object
source§fn from(obj: CssCounterStyleRule) -> Object
fn from(obj: CssCounterStyleRule) -> Object
source§impl From<JsValue> for CssCounterStyleRule
impl From<JsValue> for CssCounterStyleRule
source§fn from(obj: JsValue) -> CssCounterStyleRule
fn from(obj: JsValue) -> CssCounterStyleRule
source§impl FromWasmAbi for CssCounterStyleRule
impl FromWasmAbi for CssCounterStyleRule
source§impl<'a> IntoWasmAbi for &'a CssCounterStyleRule
impl<'a> IntoWasmAbi for &'a CssCounterStyleRule
source§impl IntoWasmAbi for CssCounterStyleRule
impl IntoWasmAbi for CssCounterStyleRule
source§impl JsCast for CssCounterStyleRule
impl JsCast for CssCounterStyleRule
source§fn instanceof(val: &JsValue) -> bool
fn instanceof(val: &JsValue) -> bool
instanceof check to see whether the JsValue
provided is an instance of this type. Read moresource§fn unchecked_from_js(val: JsValue) -> Self
fn unchecked_from_js(val: JsValue) -> Self
source§fn unchecked_from_js_ref(val: &JsValue) -> &Self
fn unchecked_from_js_ref(val: &JsValue) -> &Self
source§fn is_instance_of<T>(&self) -> boolwhere
T: JsCast,
fn is_instance_of<T>(&self) -> boolwhere
T: JsCast,
T. Read moresource§fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
fn dyn_into<T>(self) -> Result<T, Self>where
T: JsCast,
T. Read moresource§fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
fn dyn_ref<T>(&self) -> Option<&T>where
T: JsCast,
T. Read moresource§fn unchecked_into<T>(self) -> Twhere
T: JsCast,
fn unchecked_into<T>(self) -> Twhere
T: JsCast,
source§impl<'a> OptionIntoWasmAbi for &'a CssCounterStyleRule
impl<'a> OptionIntoWasmAbi for &'a CssCounterStyleRule
source§impl RefFromWasmAbi for CssCounterStyleRule
impl RefFromWasmAbi for CssCounterStyleRule
§type Abi = <JsValue as RefFromWasmAbi>::Abi
type Abi = <JsValue as RefFromWasmAbi>::Abi
Self are recovered from.§type Anchor = ManuallyDrop<CssCounterStyleRule>
type Anchor = ManuallyDrop<CssCounterStyleRule>
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 moreAuto Trait Implementations§
impl RefUnwindSafe for CssCounterStyleRule
impl Send for CssCounterStyleRule
impl Sync for CssCounterStyleRule
impl Unpin for CssCounterStyleRule
impl UnwindSafe for CssCounterStyleRule
Blanket Implementations§
source§impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
impl<T> ReturnWasmAbi for Twhere
T: IntoWasmAbi,
§type Abi = <T as IntoWasmAbi>::Abi
type Abi = <T as IntoWasmAbi>::Abi
IntoWasmAbi::Abisource§fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
fn return_abi(self, extra: &mut dyn Stack) -> <T as ReturnWasmAbi>::Abi
IntoWasmAbi::into_abi, except that it may throw and never
return in the case of Err. Read more