Enum llvm_plugin::PipelineParsing
source · pub enum PipelineParsing {
Parsed,
NotParsed,
}
Expand description
Enum describing whether a pipeline parsing callback successfully parsed its given pipeline element.
Variants§
Trait Implementations§
source§impl Clone for PipelineParsing
impl Clone for PipelineParsing
source§fn clone(&self) -> PipelineParsing
fn clone(&self) -> PipelineParsing
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