pub struct WhitespaceConfig {
pub unicode_whitespace: bool,
}Expand description
Configuration for whitespace scanning.
Fields§
§unicode_whitespace: boolWhether to recognize Unicode whitespace characters.
Implementations§
Auto Trait Implementations§
impl Freeze for WhitespaceConfig
impl RefUnwindSafe for WhitespaceConfig
impl Send for WhitespaceConfig
impl Sync for WhitespaceConfig
impl Unpin for WhitespaceConfig
impl UnsafeUnpin for WhitespaceConfig
impl UnwindSafe for WhitespaceConfig
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