pub struct PoolBatchResult {
pub total: u64,
pub added: u64,
pub requeued: u64,
pub skipped: u64,
}Expand description
PoolBatchResult
Fields§
§total: u64§added: u64§requeued: u64§skipped: u64Trait Implementations§
Source§impl CandidType for PoolBatchResult
impl CandidType for PoolBatchResult
Source§impl Clone for PoolBatchResult
impl Clone for PoolBatchResult
Source§fn clone(&self) -> PoolBatchResult
fn clone(&self) -> PoolBatchResult
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 PoolBatchResult
impl Debug for PoolBatchResult
Source§impl<'de> Deserialize<'de> for PoolBatchResult
impl<'de> Deserialize<'de> for PoolBatchResult
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 PoolBatchResult
impl PartialEq for PoolBatchResult
impl Eq for PoolBatchResult
impl StructuralPartialEq for PoolBatchResult
Auto Trait Implementations§
impl Freeze for PoolBatchResult
impl RefUnwindSafe for PoolBatchResult
impl Send for PoolBatchResult
impl Sync for PoolBatchResult
impl Unpin for PoolBatchResult
impl UnwindSafe for PoolBatchResult
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