pub struct Parser<'a, V> { /* private fields */ }Expand description
Template source code parser.
For more details see the crate level docs.
Implementations§
Auto Trait Implementations§
impl<'a, V> Freeze for Parser<'a, V>where
V: Freeze,
impl<'a, V> RefUnwindSafe for Parser<'a, V>where
V: RefUnwindSafe,
impl<'a, V> Send for Parser<'a, V>where
V: Send,
impl<'a, V> Sync for Parser<'a, V>where
V: Sync,
impl<'a, V> Unpin for Parser<'a, V>where
V: Unpin,
impl<'a, V> UnsafeUnpin for Parser<'a, V>where
V: UnsafeUnpin,
impl<'a, V> UnwindSafe for Parser<'a, V>where
V: 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