pub struct ConfigExt {
pub ast: ParserBuilder,
pub hir: TranslatorBuilder,
pub complex_classes: bool,
}Fields§
§ast: ParserBuilder§hir: TranslatorBuilder§complex_classes: boolImplementations§
Source§impl ConfigExt
impl ConfigExt
pub fn case_insensitive(&mut self, flag: bool) -> &mut Self
pub fn multi_line(&mut self, flag: bool) -> &mut Self
pub fn dot_matches_new_line(&mut self, flag: bool) -> &mut Self
pub fn crlf(&mut self, flag: bool) -> &mut Self
pub fn swap_greed(&mut self, flag: bool) -> &mut Self
pub fn unicode(&mut self, flag: bool) -> &mut Self
pub fn utf8(&mut self, flag: bool) -> &mut Self
pub fn ignore_whitespace(&mut self, flag: bool) -> &mut Self
pub fn complex_classes(&mut self, flag: bool) -> &mut Self
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ConfigExt
impl RefUnwindSafe for ConfigExt
impl Send for ConfigExt
impl Sync for ConfigExt
impl Unpin for ConfigExt
impl UnwindSafe for ConfigExt
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