pub enum FixOutcome {
Pass,
Fail,
Timeout,
}Variants§
Trait Implementations§
Source§impl Clone for FixOutcome
impl Clone for FixOutcome
Source§fn clone(&self) -> FixOutcome
fn clone(&self) -> FixOutcome
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 FixOutcome
impl Debug for FixOutcome
Source§impl PartialEq for FixOutcome
impl PartialEq for FixOutcome
impl Eq for FixOutcome
impl StructuralPartialEq for FixOutcome
Auto Trait Implementations§
impl Freeze for FixOutcome
impl RefUnwindSafe for FixOutcome
impl Send for FixOutcome
impl Sync for FixOutcome
impl Unpin for FixOutcome
impl UnsafeUnpin for FixOutcome
impl UnwindSafe for FixOutcome
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