pub struct StorageScrubFinding {
pub zone_kind: String,
pub physical_identity: String,
pub collection: Option<String>,
pub expected_checksum: Option<String>,
pub actual_checksum: Option<String>,
pub fault_class: Option<String>,
}Fields§
§zone_kind: String§physical_identity: String§collection: Option<String>§expected_checksum: Option<String>§actual_checksum: Option<String>§fault_class: Option<String>Trait Implementations§
Source§impl Clone for StorageScrubFinding
impl Clone for StorageScrubFinding
Source§fn clone(&self) -> StorageScrubFinding
fn clone(&self) -> StorageScrubFinding
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 StorageScrubFinding
impl Debug for StorageScrubFinding
impl Eq for StorageScrubFinding
Source§impl PartialEq for StorageScrubFinding
impl PartialEq for StorageScrubFinding
impl StructuralPartialEq for StorageScrubFinding
Auto Trait Implementations§
impl Freeze for StorageScrubFinding
impl RefUnwindSafe for StorageScrubFinding
impl Send for StorageScrubFinding
impl Sync for StorageScrubFinding
impl Unpin for StorageScrubFinding
impl UnsafeUnpin for StorageScrubFinding
impl UnwindSafe for StorageScrubFinding
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