pub struct TokenizerOptions {
pub xml_mode: Option<bool>,
pub decode_entities: Option<bool>,
}
Fields§
§xml_mode: Option<bool>
§decode_entities: Option<bool>
Auto Trait Implementations§
impl RefUnwindSafe for TokenizerOptions
impl Send for TokenizerOptions
impl Sync for TokenizerOptions
impl Unpin for TokenizerOptions
impl UnwindSafe for TokenizerOptions
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