Enum html5ever::tree_builder::types::FormatEntry
source · pub(crate) enum FormatEntry<Handle> {
Element(Handle, Tag),
Marker,
}
Variants§
Auto Trait Implementations§
impl<Handle> Freeze for FormatEntry<Handle>where
Handle: Freeze,
impl<Handle> !RefUnwindSafe for FormatEntry<Handle>
impl<Handle> !Send for FormatEntry<Handle>
impl<Handle> !Sync for FormatEntry<Handle>
impl<Handle> Unpin for FormatEntry<Handle>where
Handle: Unpin,
impl<Handle> UnwindSafe for FormatEntry<Handle>where
Handle: UnwindSafe,
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