Enum html5ever::tokenizer::ProcessResult
source · pub enum ProcessResult<Handle> {
Continue,
Suspend,
Script(Handle),
}
Variants§
Auto Trait Implementations§
impl<Handle> Freeze for ProcessResult<Handle>where
Handle: Freeze,
impl<Handle> RefUnwindSafe for ProcessResult<Handle>where
Handle: RefUnwindSafe,
impl<Handle> Send for ProcessResult<Handle>where
Handle: Send,
impl<Handle> Sync for ProcessResult<Handle>where
Handle: Sync,
impl<Handle> Unpin for ProcessResult<Handle>where
Handle: Unpin,
impl<Handle> UnwindSafe for ProcessResult<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