pub struct DocumentAudit {
pub file: String,
pub document_type: String,
pub metadata: DocumentInfo,
pub signals: Vec<AuditSignal>,
}Fields§
§file: String§document_type: String§metadata: DocumentInfo§signals: Vec<AuditSignal>Trait Implementations§
Source§impl Clone for DocumentAudit
impl Clone for DocumentAudit
Source§fn clone(&self) -> DocumentAudit
fn clone(&self) -> DocumentAudit
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 DocumentAudit
impl Debug for DocumentAudit
Source§impl Default for DocumentAudit
impl Default for DocumentAudit
Source§fn default() -> DocumentAudit
fn default() -> DocumentAudit
Returns the “default value” for a type. Read more
Source§impl PartialEq for DocumentAudit
impl PartialEq for DocumentAudit
Source§fn eq(&self, other: &DocumentAudit) -> bool
fn eq(&self, other: &DocumentAudit) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl Serialize for DocumentAudit
impl Serialize for DocumentAudit
impl Eq for DocumentAudit
impl StructuralPartialEq for DocumentAudit
Auto Trait Implementations§
impl Freeze for DocumentAudit
impl RefUnwindSafe for DocumentAudit
impl Send for DocumentAudit
impl Sync for DocumentAudit
impl Unpin for DocumentAudit
impl UnsafeUnpin for DocumentAudit
impl UnwindSafe for DocumentAudit
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§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.