pub struct ToneCertificate { /* private fields */ }Expand description
Immutable provenance for one component of a multi-tone result.
Implementations§
Source§impl ToneCertificate
impl ToneCertificate
Sourcepub fn solve_evidence(&self) -> &SolveEvidence
pub fn solve_evidence(&self) -> &SolveEvidence
Borrows the complete evidence from the independent coherent solve.
Sourcepub fn sampling_certificate(&self) -> SamplingCertificate
pub fn sampling_certificate(&self) -> SamplingCertificate
Returns the component’s original spatial sampling certificate.
Trait Implementations§
Source§impl Clone for ToneCertificate
impl Clone for ToneCertificate
Source§fn clone(&self) -> ToneCertificate
fn clone(&self) -> ToneCertificate
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 ToneCertificate
impl Debug for ToneCertificate
Source§impl PartialEq for ToneCertificate
impl PartialEq for ToneCertificate
impl StructuralPartialEq for ToneCertificate
Auto Trait Implementations§
impl Freeze for ToneCertificate
impl RefUnwindSafe for ToneCertificate
impl Send for ToneCertificate
impl Sync for ToneCertificate
impl Unpin for ToneCertificate
impl UnsafeUnpin for ToneCertificate
impl UnwindSafe for ToneCertificate
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