Enum move_lang::unit_test::ExpectedFailure
source · pub enum ExpectedFailure {
Expected,
ExpectedWithCode(u64),
}
Variants§
Trait Implementations§
source§impl Clone for ExpectedFailure
impl Clone for ExpectedFailure
source§fn clone(&self) -> ExpectedFailure
fn clone(&self) -> ExpectedFailure
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read more