pub struct HardwareAuditSnapshot {Show 15 fields
pub first_sequence: u64,
pub next_sequence: u64,
pub dropped_records: u64,
pub capacity: u16,
pub retention_policy: String,
pub persistence_status: String,
pub signature_status: String,
pub subscriber_policy: String,
pub subscriber_admission_status: String,
pub requested_records: u16,
pub snapshot_record_limit: u16,
pub available_records: u16,
pub returned_records: u16,
pub truncation_status: String,
pub records: Vec<HardwareAuditRecord>,
}Fields§
§first_sequence: u64§next_sequence: u64§dropped_records: u64§capacity: u16§retention_policy: String§persistence_status: String§signature_status: String§subscriber_policy: String§subscriber_admission_status: String§requested_records: u16§snapshot_record_limit: u16§available_records: u16§returned_records: u16§truncation_status: String§records: Vec<HardwareAuditRecord>Trait Implementations§
Source§impl Clone for HardwareAuditSnapshot
impl Clone for HardwareAuditSnapshot
Source§fn clone(&self) -> HardwareAuditSnapshot
fn clone(&self) -> HardwareAuditSnapshot
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 HardwareAuditSnapshot
impl Debug for HardwareAuditSnapshot
impl Eq for HardwareAuditSnapshot
Source§impl PartialEq for HardwareAuditSnapshot
impl PartialEq for HardwareAuditSnapshot
impl StructuralPartialEq for HardwareAuditSnapshot
Auto Trait Implementations§
impl Freeze for HardwareAuditSnapshot
impl RefUnwindSafe for HardwareAuditSnapshot
impl Send for HardwareAuditSnapshot
impl Sync for HardwareAuditSnapshot
impl Unpin for HardwareAuditSnapshot
impl UnsafeUnpin for HardwareAuditSnapshot
impl UnwindSafe for HardwareAuditSnapshot
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