pub struct LifecycleTickResult {
pub processed_buckets: u64,
pub expired_objects: u64,
pub transitioned_objects: u64,
}Expand description
Result of a lifecycle processor tick.
Fields§
§processed_buckets: u64§expired_objects: u64§transitioned_objects: u64Auto Trait Implementations§
impl Freeze for LifecycleTickResult
impl RefUnwindSafe for LifecycleTickResult
impl Send for LifecycleTickResult
impl Sync for LifecycleTickResult
impl Unpin for LifecycleTickResult
impl UnsafeUnpin for LifecycleTickResult
impl UnwindSafe for LifecycleTickResult
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