pub struct VerificationReportV0 { /* private fields */ }Implementations§
Source§impl VerificationReportV0
impl VerificationReportV0
pub fn provenance_preserved(&self) -> bool
pub fn contains_bogus_or_trivia(&self) -> bool
pub fn cascade_proof(&self) -> &CascadeSMTProofV0
pub fn closed_world_bundle_hash(&self) -> Option<&str>
pub fn cascade_safe(&self) -> bool
Trait Implementations§
Source§impl Clone for VerificationReportV0
impl Clone for VerificationReportV0
Source§fn clone(&self) -> VerificationReportV0
fn clone(&self) -> VerificationReportV0
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 VerificationReportV0
impl Debug for VerificationReportV0
impl Eq for VerificationReportV0
Source§impl PartialEq for VerificationReportV0
impl PartialEq for VerificationReportV0
Source§impl Serialize for VerificationReportV0
impl Serialize for VerificationReportV0
impl StructuralPartialEq for VerificationReportV0
Auto Trait Implementations§
impl Freeze for VerificationReportV0
impl RefUnwindSafe for VerificationReportV0
impl Send for VerificationReportV0
impl Sync for VerificationReportV0
impl Unpin for VerificationReportV0
impl UnsafeUnpin for VerificationReportV0
impl UnwindSafe for VerificationReportV0
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.