Struct assembly_pack::pki::gen::PackFileArg [−][src]
Expand description
Argument to a pack file
Fields
effect: ArgEffectInclude or Exclude
name: StringThe name
kind: ArgKindThe kind of the argument
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for PackFileArg
impl Send for PackFileArg
impl Sync for PackFileArg
impl Unpin for PackFileArg
impl UnwindSafe for PackFileArg
Blanket Implementations
Mutably borrows from an owned value. Read more
Given the context attached to a nom error, and given the original input to the nom parser, extract more the useful context information. Read more
Given the original input, as well as the context reported by nom, recreate a context in the original string where the error occurred. Read more
