pub struct PoolImportSummary {
pub status_counts: PoolStatusCounts,
pub skipped_in_registry: u64,
pub skipped_already_ready: u64,
pub skipped_already_pending_reset: u64,
pub skipped_already_failed: u64,
pub skipped_non_importable: u64,
}Expand description
PoolImportSummary Diagnostics for queued imports.
Fields§
§status_counts: PoolStatusCounts§skipped_in_registry: u64§skipped_already_ready: u64§skipped_already_pending_reset: u64§skipped_already_failed: u64§skipped_non_importable: u64Trait Implementations§
Source§impl CandidType for PoolImportSummary
impl CandidType for PoolImportSummary
Source§impl Clone for PoolImportSummary
impl Clone for PoolImportSummary
Source§fn clone(&self) -> PoolImportSummary
fn clone(&self) -> PoolImportSummary
Returns a duplicate of the value. Read more
1.0.0 · 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 PoolImportSummary
impl Debug for PoolImportSummary
Source§impl<'de> Deserialize<'de> for PoolImportSummary
impl<'de> Deserialize<'de> for PoolImportSummary
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
Source§impl PartialEq for PoolImportSummary
impl PartialEq for PoolImportSummary
impl Eq for PoolImportSummary
impl StructuralPartialEq for PoolImportSummary
Auto Trait Implementations§
impl Freeze for PoolImportSummary
impl RefUnwindSafe for PoolImportSummary
impl Send for PoolImportSummary
impl Sync for PoolImportSummary
impl Unpin for PoolImportSummary
impl UnwindSafe for PoolImportSummary
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