pub struct AuditStorageHealth {
pub severity: AuditHealthSeverity,
pub reasons: Vec<String>,
pub snapshot: AuditStorageSnapshot,
}Fields§
§severity: AuditHealthSeverity§reasons: Vec<String>§snapshot: AuditStorageSnapshotTrait Implementations§
Source§impl Clone for AuditStorageHealth
impl Clone for AuditStorageHealth
Source§fn clone(&self) -> AuditStorageHealth
fn clone(&self) -> AuditStorageHealth
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 AuditStorageHealth
impl Debug for AuditStorageHealth
Source§impl<'de> Deserialize<'de> for AuditStorageHealth
impl<'de> Deserialize<'de> for AuditStorageHealth
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Eq for AuditStorageHealth
Source§impl PartialEq for AuditStorageHealth
impl PartialEq for AuditStorageHealth
Source§impl Serialize for AuditStorageHealth
impl Serialize for AuditStorageHealth
impl StructuralPartialEq for AuditStorageHealth
Auto Trait Implementations§
impl Freeze for AuditStorageHealth
impl RefUnwindSafe for AuditStorageHealth
impl Send for AuditStorageHealth
impl Sync for AuditStorageHealth
impl Unpin for AuditStorageHealth
impl UnsafeUnpin for AuditStorageHealth
impl UnwindSafe for AuditStorageHealth
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