[][src]Struct valerie::html::elements::Img

pub struct Img;

HTML <img> element

Trait Implementations

impl Align for Img[src]

impl Alt for Img[src]

impl Border for Img[src]

impl Crossorigin for Img[src]

impl Decoding for Img[src]

impl Height for Img[src]

impl HtmlElement for Img[src]

impl Importance for Img[src]

impl Intrinsicsize for Img[src]

impl Ismap for Img[src]

impl Loading for Img[src]

impl Referrerpolicy for Img[src]

impl Sizes for Img[src]

impl Src for Img[src]

impl Srcset for Img[src]

impl Usemap for Img[src]

impl Width for Img[src]

Auto Trait Implementations

impl RefUnwindSafe for Img

impl Send for Img

impl Sync for Img

impl Unpin for Img

impl UnwindSafe for Img

Blanket Implementations

impl<T> Accesskey for T where
    T: HtmlElement
[src]

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

impl<T> Autocapitalize for T where
    T: HtmlElement
[src]

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

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

impl<T> Class for T where
    T: HtmlElement
[src]

impl<T> Contenteditable for T where
    T: HtmlElement
[src]

impl<T> Contextmenu for T where
    T: HtmlElement
[src]

impl<T> Dir for T where
    T: HtmlElement
[src]

impl<T> Draggable for T where
    T: HtmlElement
[src]

impl<T> Dropzone for T where
    T: HtmlElement
[src]

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

impl<T> Hidden for T where
    T: HtmlElement
[src]

impl<T> Id for T where
    T: HtmlElement
[src]

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

impl<T> Itemprop for T where
    T: HtmlElement
[src]

impl<T> Lang for T where
    T: HtmlElement
[src]

impl<T> Slot for T where
    T: HtmlElement
[src]

impl<T> Spellcheck for T where
    T: HtmlElement
[src]

impl<T> Style for T where
    T: HtmlElement
[src]

impl<T> Tabindex for T where
    T: HtmlElement
[src]

impl<T> Title for T where
    T: HtmlElement
[src]

impl<T> Translate for T where
    T: HtmlElement
[src]

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.