pub struct ModParserOptions {
pub include_save_game: bool,
pub include_mod_detail: bool,
pub skip_detail_icons: bool,
pub skip_mod_icons: bool,
}Expand description
Parsing options
Fields§
§include_save_game: boolInclude save game parsing in mod output
include_mod_detail: boolInclude detail parsing in mod output
skip_detail_icons: boolSkip icon processing for detail items
skip_mod_icons: boolSkip icon processing for mod
Trait Implementations§
Source§impl Default for ModParserOptions
impl Default for ModParserOptions
Source§fn default() -> ModParserOptions
fn default() -> ModParserOptions
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for ModParserOptions
impl RefUnwindSafe for ModParserOptions
impl Send for ModParserOptions
impl Sync for ModParserOptions
impl Unpin for ModParserOptions
impl UnwindSafe for ModParserOptions
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