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
Parsed
The pipeline element was successfully parsed.
NotParsed
The pipeline element wasn’t parsed.
Trait Implementations
sourceimpl Clone for PipelineParsing
impl Clone for PipelineParsing
sourcefn clone(&self) -> PipelineParsing
fn clone(&self) -> PipelineParsing
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreimpl Copy for PipelineParsing
Auto Trait Implementations
impl RefUnwindSafe for PipelineParsing
impl Send for PipelineParsing
impl Sync for PipelineParsing
impl Unpin for PipelineParsing
impl UnwindSafe for PipelineParsing
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more