pub struct img<T>where
T: OutputType + Send,{
pub attrs: Attrs_img,
pub data_attributes: Vec<(&'static str, String)>,
pub aria_attributes: Vec<(&'static str, String)>,
pub events: T::Events,
}Fields§
§attrs: Attrs_img§data_attributes: Vec<(&'static str, String)>§aria_attributes: Vec<(&'static str, String)>§events: T::EventsImplementations§
Trait Implementations§
source§impl<T> Element<T> for img<T>where
T: OutputType + Send,
impl<T> Element<T> for img<T>where T: OutputType + Send,
source§fn attribute_names() -> &'static [&'static str]
fn attribute_names() -> &'static [&'static str]
Get a list of the attribute names for this element. Read more
source§fn required_children() -> &'static [&'static str]
fn required_children() -> &'static [&'static str]
Get a list of the element names of required children for this element. Read more