pub struct SolveEvidence { /* private fields */ }Expand description
Immutable evidence retained for one complete reference solve.
Implementations§
Source§impl SolveEvidence
impl SolveEvidence
Sourcepub fn preflight(&self) -> RequestPreflight
pub fn preflight(&self) -> RequestPreflight
Returns the sampling policy, certificate, and work admission record.
Sourcepub fn completed_cells(&self) -> u64
pub fn completed_cells(&self) -> u64
Returns the number of row-major output cells completed.
Sourcepub fn completed_emitter_evaluations(&self) -> u64
pub fn completed_emitter_evaluations(&self) -> u64
Returns the number of canonical source evaluations completed.
Trait Implementations§
Source§impl Clone for SolveEvidence
impl Clone for SolveEvidence
Source§fn clone(&self) -> SolveEvidence
fn clone(&self) -> SolveEvidence
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 SolveEvidence
impl Debug for SolveEvidence
Source§impl PartialEq for SolveEvidence
impl PartialEq for SolveEvidence
impl StructuralPartialEq for SolveEvidence
Auto Trait Implementations§
impl Freeze for SolveEvidence
impl RefUnwindSafe for SolveEvidence
impl Send for SolveEvidence
impl Sync for SolveEvidence
impl Unpin for SolveEvidence
impl UnsafeUnpin for SolveEvidence
impl UnwindSafe for SolveEvidence
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