Trait silkenweb_dom::StaticAttribute [−][src]
pub trait StaticAttribute {
fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element);
}A non-reactive attribute.
Required methods
fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element)[src]
Implementations on Foreign Types
impl StaticAttribute for bool[src]
impl StaticAttribute for bool[src]fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element)[src]
impl StaticAttribute for String[src]
impl StaticAttribute for String[src]fn set_attribute(&self, name: impl AsRef<str>, dom_element: &Element)[src]
impl StaticAttribute for str[src]
impl StaticAttribute for str[src]