pub struct ParseOpts {
pub tokenizer: TokenizerOpts,
pub tree_builder: TreeBuilderOpts,
}
Expand description
All-encompassing options struct for the parser.
Fields§
§tokenizer: TokenizerOpts
Tokenizer options.
tree_builder: TreeBuilderOpts
Tree builder options.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ParseOpts
impl RefUnwindSafe for ParseOpts
impl Send for ParseOpts
impl Sync for ParseOpts
impl Unpin for ParseOpts
impl UnwindSafe for ParseOpts
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
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§default unsafe fn clone_to_uninit(&self, dst: *mut T)
default unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)