pub struct MetadataVerificationReport {
pub all_capture_complete: bool,
pub full_fidelity_possible: bool,
pub profiles_present: Vec<String>,
pub auxiliary_kinds_present: Vec<String>,
pub entries: Vec<EntryMetadataVerification>,
}Fields§
§all_capture_complete: bool§full_fidelity_possible: bool§profiles_present: Vec<String>§auxiliary_kinds_present: Vec<String>§entries: Vec<EntryMetadataVerification>Trait Implementations§
Source§impl Clone for MetadataVerificationReport
impl Clone for MetadataVerificationReport
Source§fn clone(&self) -> MetadataVerificationReport
fn clone(&self) -> MetadataVerificationReport
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 MetadataVerificationReport
impl Debug for MetadataVerificationReport
impl Eq for MetadataVerificationReport
impl StructuralPartialEq for MetadataVerificationReport
Auto Trait Implementations§
impl Freeze for MetadataVerificationReport
impl RefUnwindSafe for MetadataVerificationReport
impl Send for MetadataVerificationReport
impl Sync for MetadataVerificationReport
impl Unpin for MetadataVerificationReport
impl UnsafeUnpin for MetadataVerificationReport
impl UnwindSafe for MetadataVerificationReport
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