pub struct Configuration { /* private fields */ }
Expand description
Configuration for the parser.
A configuration to correctly parse a real wiki can be created with Configuration::new
. A configuration for testing and quick and dirty prototyping can be created with Default::default
.
Implementations§
Source§impl Configuration
impl Configuration
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Configuration
impl RefUnwindSafe for Configuration
impl Send for Configuration
impl Sync for Configuration
impl Unpin for Configuration
impl UnwindSafe for Configuration
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