pub struct MrmlParser<'opts> { /* private fields */ }Implementations§
Source§impl<'opts> MrmlParser<'opts>
impl<'opts> MrmlParser<'opts>
pub fn new(options: &'opts ParserOptions) -> Self
Auto Trait Implementations§
impl<'opts> Freeze for MrmlParser<'opts>
impl<'opts> !RefUnwindSafe for MrmlParser<'opts>
impl<'opts> !Send for MrmlParser<'opts>
impl<'opts> !Sync for MrmlParser<'opts>
impl<'opts> Unpin for MrmlParser<'opts>
impl<'opts> !UnwindSafe for MrmlParser<'opts>
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