Struct bbx::ParserConfig
source · pub struct ParserConfig {
pub feature_flags: ParserFeature,
}Expand description
Provides configuration information for BBParser, including enabled feature flags.
Fields§
§feature_flags: ParserFeatureFeature flags for this configuration.
Trait Implementations§
source§impl Default for ParserConfig
impl Default for ParserConfig
source§fn default() -> ParserConfig
fn default() -> ParserConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ParserConfig
impl RefUnwindSafe for ParserConfig
impl Send for ParserConfig
impl Sync for ParserConfig
impl Unpin for ParserConfig
impl UnwindSafe for ParserConfig
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