pub enum ResultTrue {
Pass,
Fail,
}Expand description
This is the result of the test suite.
Variants§
Trait Implementations§
Source§impl Clone for ResultTrue
impl Clone for ResultTrue
Source§fn clone(&self) -> ResultTrue
fn clone(&self) -> ResultTrue
Returns a duplicate 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 moreSource§impl Debug for ResultTrue
impl Debug for ResultTrue
Source§impl Default for ResultTrue
impl Default for ResultTrue
Source§fn default() -> ResultTrue
fn default() -> ResultTrue
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for ResultTrue
impl<'de> Deserialize<'de> for ResultTrue
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl Hash for ResultTrue
impl Hash for ResultTrue
Source§impl Ord for ResultTrue
impl Ord for ResultTrue
Source§fn cmp(&self, other: &ResultTrue) -> Ordering
fn cmp(&self, other: &ResultTrue) -> Ordering
1.21.0 · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for ResultTrue
impl PartialEq for ResultTrue
Source§impl PartialOrd for ResultTrue
impl PartialOrd for ResultTrue
Source§impl Serialize for ResultTrue
impl Serialize for ResultTrue
impl Copy for ResultTrue
impl Eq for ResultTrue
impl StructuralPartialEq for ResultTrue
Auto Trait Implementations§
impl Freeze for ResultTrue
impl RefUnwindSafe for ResultTrue
impl Send for ResultTrue
impl Sync for ResultTrue
impl Unpin for ResultTrue
impl UnwindSafe for ResultTrue
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