pub struct InspectReport {
pub schema: String,
pub command: String,
pub operation_id: String,
pub evidence: EvidenceSummary,
pub records: Vec<RecordSummary>,
pub validation: ValidationReport,
}Fields§
§schema: String§command: String§operation_id: String§evidence: EvidenceSummary§records: Vec<RecordSummary>§validation: ValidationReportTrait Implementations§
Source§impl Clone for InspectReport
impl Clone for InspectReport
Source§fn clone(&self) -> InspectReport
fn clone(&self) -> InspectReport
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 InspectReport
impl Debug for InspectReport
impl Eq for InspectReport
Source§impl PartialEq for InspectReport
impl PartialEq for InspectReport
Source§impl Serialize for InspectReport
impl Serialize for InspectReport
impl StructuralPartialEq for InspectReport
Auto Trait Implementations§
impl Freeze for InspectReport
impl RefUnwindSafe for InspectReport
impl Send for InspectReport
impl Sync for InspectReport
impl Unpin for InspectReport
impl UnsafeUnpin for InspectReport
impl UnwindSafe for InspectReport
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