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