pub enum PassError {
UnknownClosureId(u32),
ExecutionError(String),
}Variants§
Trait Implementations§
impl Eq for PassError
impl StructuralPartialEq for PassError
Auto Trait Implementations§
impl Freeze for PassError
impl RefUnwindSafe for PassError
impl Send for PassError
impl Sync for PassError
impl Unpin for PassError
impl UnsafeUnpin for PassError
impl UnwindSafe for PassError
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