pub struct NoParserOptions;Expand description
A default implementation of ParserOptions that does nothing.
Trait Implementations§
Source§impl Clone for NoParserOptions
impl Clone for NoParserOptions
Source§fn clone(&self) -> NoParserOptions
fn clone(&self) -> NoParserOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for NoParserOptions
impl Debug for NoParserOptions
Source§impl Default for NoParserOptions
impl Default for NoParserOptions
Source§fn default() -> NoParserOptions
fn default() -> NoParserOptions
Returns the “default value” for a type. Read more
impl Copy for NoParserOptions
impl ParserOptions for NoParserOptions
Auto Trait Implementations§
impl Freeze for NoParserOptions
impl RefUnwindSafe for NoParserOptions
impl Send for NoParserOptions
impl Sync for NoParserOptions
impl Unpin for NoParserOptions
impl UnsafeUnpin for NoParserOptions
impl UnwindSafe for NoParserOptions
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