Trait web_common::SetProperty[][src]

pub trait SetProperty {
    fn set_property(el: impl Into<f64>, id: &str, s: Self);
}

Required methods

fn set_property(el: impl Into<f64>, id: &str, s: Self)[src]

Loading content...

Implementations on Foreign Types

impl SetProperty for JSObject[src]

fn set_property(el: impl Into<f64>, name: &str, value: Self)[src]

Loading content...

Implementors

impl SetProperty for &str[src]

fn set_property(el: impl Into<f64>, name: &str, txt: Self)[src]

impl SetProperty for bool[src]

fn set_property(el: impl Into<f64>, name: &str, value: Self)[src]

impl SetProperty for f64[src]

fn set_property(el: impl Into<f64>, id: &str, v: Self)[src]

Loading content...