Struct html_builder::Void
source · [−]pub struct Void<'a> { /* private fields */ }
Expand description
A self-closing element.
Void elements can’t have any contents (since there’s no end tag, no content can be put between the start tag and the end tag).
Implementations
Trait Implementations
Auto Trait Implementations
impl<'a> RefUnwindSafe for Void<'a>
impl<'a> Send for Void<'a>
impl<'a> Sync for Void<'a>
impl<'a> Unpin for Void<'a>
impl<'a> UnwindSafe for Void<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
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