pub enum TestExpectation {
Pass,
Error,
Skip,
}Variants§
Trait Implementations§
Source§impl Clone for TestExpectation
impl Clone for TestExpectation
Source§fn clone(&self) -> TestExpectation
fn clone(&self) -> TestExpectation
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreimpl Copy for TestExpectation
Source§impl Debug for TestExpectation
impl Debug for TestExpectation
impl Eq for TestExpectation
Source§impl PartialEq for TestExpectation
impl PartialEq for TestExpectation
impl StructuralPartialEq for TestExpectation
Auto Trait Implementations§
impl Freeze for TestExpectation
impl RefUnwindSafe for TestExpectation
impl Send for TestExpectation
impl Sync for TestExpectation
impl Unpin for TestExpectation
impl UnsafeUnpin for TestExpectation
impl UnwindSafe for TestExpectation
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.