[−][src]Struct typed_html::elements::header
Fields
attrs: Attrs_headerdata_attributes: Vec<(&'static str, String)>events: T::Eventschildren: Vec<Box<dyn FlowContent<T>>>Methods
impl<T> header<T> where
T: OutputType, [src]
T: OutputType,
Trait Implementations
impl<T> Node<T> for header<T> where
T: OutputType, [src]
T: OutputType,
impl<T> Element<T> for header<T> where
T: OutputType, [src]
T: OutputType,
fn name() -> &'static str[src]
fn attribute_names() -> &'static [&'static str][src]
fn required_children() -> &'static [&'static str][src]
fn attributes(&self) -> Vec<(&'static str, String)>[src]
impl<T> FlowContent<T> for header<T> where
T: OutputType, [src]
T: OutputType,
impl<T> IntoIterator for header<T> where
T: OutputType, [src]
T: OutputType,
type Item = header<T>
The type of the elements being iterated over.
type IntoIter = IntoIter<header<T>>
Which kind of iterator are we turning this into?
fn into_iter(self) -> Self::IntoIter[src]
impl<T> Display for header<T> where
T: OutputType, [src]
T: OutputType,
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<I> IntoIterator for I where
I: Iterator, [src]
I: Iterator,
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?
fn into_iter(self) -> I[src]
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,