pub enum SSAErrorKind {
Invalid,
EmptyBlock,
Parse(String),
MissingHeader(String),
}Variants§
Trait Implementations§
Source§impl Debug for SSAErrorKind
impl Debug for SSAErrorKind
impl Eq for SSAErrorKind
Source§impl PartialEq for SSAErrorKind
impl PartialEq for SSAErrorKind
Source§fn eq(&self, other: &SSAErrorKind) -> bool
fn eq(&self, other: &SSAErrorKind) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for SSAErrorKind
Auto Trait Implementations§
impl Freeze for SSAErrorKind
impl RefUnwindSafe for SSAErrorKind
impl Send for SSAErrorKind
impl Sync for SSAErrorKind
impl Unpin for SSAErrorKind
impl UnsafeUnpin for SSAErrorKind
impl UnwindSafe for SSAErrorKind
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more