pub struct MetaParserOptions {
pub table: bool,
}Expand description
Options for the meta parser.
Fields§
§table: boolConvert the meta data to a table node.
Trait Implementations§
Source§impl Clone for MetaParserOptions
impl Clone for MetaParserOptions
Source§fn clone(&self) -> MetaParserOptions
fn clone(&self) -> MetaParserOptions
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 MetaParserOptions
impl Debug for MetaParserOptions
Source§impl Default for MetaParserOptions
impl Default for MetaParserOptions
Source§fn default() -> MetaParserOptions
fn default() -> MetaParserOptions
Returns the “default value” for a type. Read more
impl ParserOptions for MetaParserOptions
Auto Trait Implementations§
impl Freeze for MetaParserOptions
impl RefUnwindSafe for MetaParserOptions
impl Send for MetaParserOptions
impl Sync for MetaParserOptions
impl Unpin for MetaParserOptions
impl UnsafeUnpin for MetaParserOptions
impl UnwindSafe for MetaParserOptions
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