pub enum ProgramTestError {
InvalidWarpSlot,
}
Expand description
Errors from the program test environment
Variants
Trait Implementations
sourceimpl Debug for ProgramTestError
impl Debug for ProgramTestError
sourceimpl Display for ProgramTestError
impl Display for ProgramTestError
sourceimpl Error for ProgramTestError
impl Error for ProgramTestError
1.30.0 · sourcefn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · sourcefn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
sourceimpl PartialEq<ProgramTestError> for ProgramTestError
impl PartialEq<ProgramTestError> for ProgramTestError
sourcefn eq(&self, other: &ProgramTestError) -> bool
fn eq(&self, other: &ProgramTestError) -> bool
impl Eq for ProgramTestError
impl StructuralEq for ProgramTestError
impl StructuralPartialEq for ProgramTestError
Auto Trait Implementations
impl RefUnwindSafe for ProgramTestError
impl Send for ProgramTestError
impl Sync for ProgramTestError
impl Unpin for ProgramTestError
impl UnwindSafe for ProgramTestError
Blanket Implementations
impl<T> AbiExample for T
impl<T> AbiExample for T
default fn example() -> T
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
sourceimpl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
impl<Q, K> Equivalent<K> for Qwhere
Q: Eq + ?Sized,
K: Borrow<Q> + ?Sized,
sourcefn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key
and return true
if they are equal.