pub struct LibraryProcessingJobSummaryResponse {
pub can_manage: bool,
pub pending_count: u64,
pub running_count: u64,
pub failed_count: u64,
pub stuck_count: u64,
pub retryable_failed_count: u64,
pub cleanupable_stuck_count: u64,
}Fields§
§can_manage: bool§pending_count: u64§running_count: u64§failed_count: u64§stuck_count: u64§retryable_failed_count: u64§cleanupable_stuck_count: u64Trait Implementations§
Source§impl Clone for LibraryProcessingJobSummaryResponse
impl Clone for LibraryProcessingJobSummaryResponse
Source§fn clone(&self) -> LibraryProcessingJobSummaryResponse
fn clone(&self) -> LibraryProcessingJobSummaryResponse
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 ComposeSchema for LibraryProcessingJobSummaryResponse
impl ComposeSchema for LibraryProcessingJobSummaryResponse
Source§impl<'de> Deserialize<'de> for LibraryProcessingJobSummaryResponse
impl<'de> Deserialize<'de> for LibraryProcessingJobSummaryResponse
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
Auto Trait Implementations§
impl Freeze for LibraryProcessingJobSummaryResponse
impl RefUnwindSafe for LibraryProcessingJobSummaryResponse
impl Send for LibraryProcessingJobSummaryResponse
impl Sync for LibraryProcessingJobSummaryResponse
impl Unpin for LibraryProcessingJobSummaryResponse
impl UnsafeUnpin for LibraryProcessingJobSummaryResponse
impl UnwindSafe for LibraryProcessingJobSummaryResponse
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