Struct webc::v1::ParseOptions
source · pub struct ParseOptions {
pub parse_manifest: bool,
pub parse_volumes: bool,
pub parse_atoms: bool,
}
Expand description
Options on what to parse from the file
Fields§
§parse_manifest: bool
If the manifest should be parsed (will be skipped over otherwise)
parse_volumes: bool
If the filesystem should be parsed (will be empty otherwise)
parse_atoms: bool
If the atoms should be parsed
Trait Implementations§
source§impl Clone for ParseOptions
impl Clone for ParseOptions
source§fn clone(&self) -> ParseOptions
fn clone(&self) -> ParseOptions
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 more