[][src]Trait valerie::html::attributes::Referrerpolicy

pub trait Referrerpolicy: HtmlElement {
    fn attr() -> &'static str { ... }
}

Trait for the attribute referrerpolicy

Provided methods

fn attr() -> &'static str

Get the name of the attribute

Loading content...

Implementors

impl Referrerpolicy for A[src]

impl Referrerpolicy for Area[src]

impl Referrerpolicy for Iframe[src]

impl Referrerpolicy for Img[src]

impl Referrerpolicy for Link[src]

impl Referrerpolicy for Script[src]

Loading content...