[−][src]Struct cranelift_codegen::verifier::VerifierErrors
List of verifier errors.
Methods
impl VerifierErrors[src]
pub fn new() -> Self[src]
Return a new VerifierErrors struct.
pub fn is_empty(&self) -> bool[src]
Return whether no errors were reported.
pub fn has_error(&self) -> bool[src]
Return whether one or more errors were reported.
pub fn as_result(&self) -> VerifierStepResult<()>[src]
Return a VerifierStepResult that is fatal if at least one error was reported,
and non-fatal otherwise.
Trait Implementations
impl From<Vec<VerifierError>> for VerifierErrors[src]
fn from(v: Vec<VerifierError>) -> Self[src]
impl From<VerifierErrors> for CodegenError[src]
fn from(e: VerifierErrors) -> Self[src]
impl Display for VerifierErrors[src]
impl Debug for VerifierErrors[src]
impl PartialEq<VerifierErrors> for VerifierErrors[src]
fn eq(&self, other: &VerifierErrors) -> bool[src]
fn ne(&self, other: &VerifierErrors) -> bool[src]
impl Eq for VerifierErrors[src]
impl Into<Vec<VerifierError>> for VerifierErrors[src]
fn into(self) -> Vec<VerifierError>[src]
impl Into<Result<(), VerifierErrors>> for VerifierErrors[src]
fn into(self) -> VerifierResult<()>[src]
impl Default for VerifierErrors[src]
fn default() -> VerifierErrors[src]
impl Fail for VerifierErrors[src]
Auto Trait Implementations
impl Unpin for VerifierErrors
impl Send for VerifierErrors
impl Sync for VerifierErrors
impl UnwindSafe for VerifierErrors
impl RefUnwindSafe for VerifierErrors
Blanket Implementations
impl<T> From<T> for T[src]
impl<T, U> TryFrom<U> for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T, U> Into<U> for T where
U: From<T>, [src]
U: From<T>,
impl<T, U> TryInto<U> for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Borrow<T> for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,
impl<T> ToString for T where
T: Display + ?Sized, [src]
T: Display + ?Sized,
impl<T> AsFail for T where
T: Fail, [src]
T: Fail,