Struct write_html::Empty
source · pub struct Empty;
Expand description
Represents something that is “empty”
Trait Implementations§
source§impl Attributes for Empty
impl Attributes for Empty
source§fn write_attributes<'a, 't, W: Write>(
self,
_w: &mut TagOpening<'a, 't, W>
) -> Result
fn write_attributes<'a, 't, W: Write>( self, _w: &mut TagOpening<'a, 't, W> ) -> Result
Writes the attributes to
w
. Read moreAuto Trait Implementations§
impl RefUnwindSafe for Empty
impl Send for Empty
impl Sync for Empty
impl Unpin for Empty
impl UnwindSafe for Empty
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more