[][src]Trait typed_html::elements::PhrasingContent

pub trait PhrasingContent<T: OutputType + Send>: FlowContent<T> { }

Implementors

impl<T> PhrasingContent<T> for a<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for abbr<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for audio<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for b<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for bdi<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for bdo<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for blink<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for br<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for button<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for canvas<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for cite<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for code<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for data<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for datalist<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for del<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for dfn<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for em<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for embed<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for i<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for iframe<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for img<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for input<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for ins<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for kbd<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for label<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for map<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for mark<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for marquee<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for meter<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for noscript<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for object<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for output<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for progress<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for q<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for ruby<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for s<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for samp<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for script<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for select<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for small<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for span<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for strong<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for sub<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for sup<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for template<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for textarea<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for time<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for var<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for video<T> where
    T: OutputType + Send
[src]

impl<T> PhrasingContent<T> for wbr<T> where
    T: OutputType + Send
[src]

impl<T: OutputType + Send> PhrasingContent<T> for TextNode<T>[src]

impl<T: OutputType + Send> PhrasingContent<T> for UnsafeTextNode<T>[src]

Loading content...