Struct libreda_lefdef::def_parser::DEFReaderConfig
source · pub struct DEFReaderConfig {
pub ignore_non_fatal_errors: bool,
}Expand description
Configuration for the DEF reader.
Fields§
§ignore_non_fatal_errors: boolIgnore errors that still allow to parse the rest of the DEF file.
Trait Implementations§
source§impl Clone for DEFReaderConfig
impl Clone for DEFReaderConfig
source§fn clone(&self) -> DEFReaderConfig
fn clone(&self) -> DEFReaderConfig
Returns a copy 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 DEFReaderConfig
impl Debug for DEFReaderConfig
source§impl Default for DEFReaderConfig
impl Default for DEFReaderConfig
source§fn default() -> DEFReaderConfig
fn default() -> DEFReaderConfig
Returns the “default value” for a type. Read more