[][src]Struct web_sys::SvgNumberList

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

The SVGNumberList object

MDN Documentation

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

Methods

impl SvgNumberList[src]

pub fn append_item(&self, new_item: &SvgNumber) -> Result<SvgNumber, JsValue>[src]

The appendItem() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn clear(&self) -> Result<(), JsValue>[src]

The clear() method

MDN Documentation

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

impl SvgNumberList[src]

pub fn get_item(&self, index: u32) -> Result<SvgNumber, JsValue>[src]

The getItem() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn initialize(&self, new_item: &SvgNumber) -> Result<SvgNumber, JsValue>[src]

The initialize() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn insert_item_before(
    &self,
    new_item: &SvgNumber,
    index: u32
) -> Result<SvgNumber, JsValue>
[src]

The insertItemBefore() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn remove_item(&self, index: u32) -> Result<SvgNumber, JsValue>[src]

The removeItem() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn replace_item(
    &self,
    new_item: &SvgNumber,
    index: u32
) -> Result<SvgNumber, JsValue>
[src]

The replaceItem() method

MDN Documentation

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn get(&self, index: u32) -> Result<SvgNumber, JsValue>[src]

The indexing getter

This API requires the following crate features to be activated: SvgNumber, SvgNumberList

impl SvgNumberList[src]

pub fn number_of_items(&self) -> u32[src]

The numberOfItems getter

MDN Documentation

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

Trait Implementations

impl AsRef<JsValue> for SvgNumberList[src]

impl AsRef<SvgNumberList> for SvgNumberList[src]

impl AsRef<Object> for SvgNumberList[src]

impl From<JsValue> for SvgNumberList[src]

impl From<SvgNumberList> for JsValue[src]

impl From<SvgNumberList> for Object[src]

impl Clone for SvgNumberList[src]

impl Eq for SvgNumberList[src]

impl PartialEq<SvgNumberList> for SvgNumberList[src]

impl Debug for SvgNumberList[src]

impl Deref for SvgNumberList[src]

type Target = Object

The resulting type after dereferencing.

impl StructuralPartialEq for SvgNumberList[src]

impl StructuralEq for SvgNumberList[src]

impl JsCast for SvgNumberList[src]

impl RefFromWasmAbi for SvgNumberList[src]

type Abi = <JsValue as RefFromWasmAbi>::Abi

The wasm ABI type references to Self are recovered from.

type Anchor = ManuallyDrop<SvgNumberList>

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

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

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

impl WasmDescribe for SvgNumberList[src]

impl OptionFromWasmAbi for SvgNumberList[src]

impl OptionIntoWasmAbi for SvgNumberList[src]

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

Auto Trait Implementations

Blanket Implementations

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

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

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.

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

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

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

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

type Abi = <T as IntoWasmAbi>::Abi

Same as IntoWasmAbi::Abi