Struct typed_html::dom::TextNode
source · pub struct TextNode<T: OutputType>(_, _);
Expand description
An HTML text node.
Implementations
Trait Implementations
sourceimpl<T: OutputType> Display for TextNode<T>
impl<T: OutputType> Display for TextNode<T>
sourceimpl<T: OutputType> IntoIterator for Box<TextNode<T>>
impl<T: OutputType> IntoIterator for Box<TextNode<T>>
sourceimpl<T: OutputType> IntoIterator for TextNode<T>
impl<T: OutputType> IntoIterator for TextNode<T>
sourceimpl<T: OutputType> Node<T> for TextNode<T>
impl<T: OutputType> Node<T> for TextNode<T>
impl<T: OutputType> FlowContent<T> for TextNode<T>
impl<T: OutputType> PhrasingContent<T> for TextNode<T>
Auto Trait Implementations
impl<T> RefUnwindSafe for TextNode<T>where
T: RefUnwindSafe,
impl<T> Send for TextNode<T>where
T: Send,
impl<T> Sync for TextNode<T>where
T: Sync,
impl<T> Unpin for TextNode<T>where
T: Unpin,
impl<T> UnwindSafe for TextNode<T>where
T: UnwindSafe,
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more