[][src]Struct typed_html::elements::h3

pub struct h3<T> where
    T: OutputType
{ pub attrs: Attrs_h3, pub data_attributes: Vec<(&'static str, String)>, pub events: T::Events, pub children: Vec<Box<dyn PhrasingContent<T>>>, }

Fields

attrs: Attrs_h3data_attributes: Vec<(&'static str, String)>events: T::Eventschildren: Vec<Box<dyn PhrasingContent<T>>>

Methods

impl<T> h3<T> where
    T: OutputType
[src]

pub fn new() -> Self[src]

Trait Implementations

impl<T> Node<T> for h3<T> where
    T: OutputType
[src]

impl<T> Element<T> for h3<T> where
    T: OutputType
[src]

impl<T> FlowContent<T> for h3<T> where
    T: OutputType
[src]

impl<T> HeadingContent<T> for h3<T> where
    T: OutputType
[src]

impl<T> HGroupContent<T> for h3<T> where
    T: OutputType
[src]

impl<T> IntoIterator for h3<T> where
    T: OutputType
[src]

type Item = h3<T>

The type of the elements being iterated over.

type IntoIter = IntoIter<h3<T>>

Which kind of iterator are we turning this into?

impl<T> Display for h3<T> where
    T: OutputType
[src]

Auto Trait Implementations

impl<T> !Send for h3<T>

impl<T> !Sync for h3<T>

Blanket Implementations

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

impl<T> ToString for T where
    T: Display + ?Sized
[src]

impl<I> IntoIterator for I where
    I: Iterator
[src]

type Item = <I as Iterator>::Item

The type of the elements being iterated over.

type IntoIter = I

Which kind of iterator are we turning this into?

impl<T> From for T[src]

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

type Error = Infallible

The type returned in the event of a conversion error.

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

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

impl<T, U> TryInto for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

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