pub struct RecordedResult { /* private fields */ }Expand description
Represents a recorded result
Implementations§
Auto Trait Implementations§
impl Freeze for RecordedResult
impl RefUnwindSafe for RecordedResult
impl Send for RecordedResult
impl Sync for RecordedResult
impl Unpin for RecordedResult
impl UnwindSafe for RecordedResult
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