Struct swc_xml_parser::parser::Parser
source · [−]pub struct Parser<I>where
I: ParserInput,{ /* private fields */ }
Implementations
sourceimpl<I> Parser<I>where
I: ParserInput,
impl<I> Parser<I>where
I: ParserInput,
Auto Trait Implementations
impl<I> !RefUnwindSafe for Parser<I>
impl<I> !Send for Parser<I>
impl<I> !Sync for Parser<I>
impl<I> Unpin for Parser<I>where
I: Unpin,
impl<I> !UnwindSafe for Parser<I>
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