pub enum RecordedOutcome {
Value(JsonValue),
RuntimeError(String),
}Variants§
Trait Implementations§
Source§impl Clone for RecordedOutcome
impl Clone for RecordedOutcome
Source§fn clone(&self) -> RecordedOutcome
fn clone(&self) -> RecordedOutcome
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 RecordedOutcome
impl Debug for RecordedOutcome
Source§impl PartialEq for RecordedOutcome
impl PartialEq for RecordedOutcome
impl StructuralPartialEq for RecordedOutcome
Auto Trait Implementations§
impl Freeze for RecordedOutcome
impl RefUnwindSafe for RecordedOutcome
impl Send for RecordedOutcome
impl Sync for RecordedOutcome
impl Unpin for RecordedOutcome
impl UnsafeUnpin for RecordedOutcome
impl UnwindSafe for RecordedOutcome
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