pub struct ParserBuilder<V> { /* private fields */ }Implementations§
Trait Implementations§
Source§impl<V: Debug> Debug for ParserBuilder<V>
impl<V: Debug> Debug for ParserBuilder<V>
Auto Trait Implementations§
impl<V> Freeze for ParserBuilder<V>where
V: Freeze,
impl<V> RefUnwindSafe for ParserBuilder<V>where
V: RefUnwindSafe,
impl<V> Send for ParserBuilder<V>where
V: Send,
impl<V> Sync for ParserBuilder<V>where
V: Sync,
impl<V> Unpin for ParserBuilder<V>where
V: Unpin,
impl<V> UnwindSafe for ParserBuilder<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