pub struct LifecycleTickResponse {
pub processed_buckets: u64,
pub expired_objects: u64,
pub transitioned_objects: u64,
}Fields§
§processed_buckets: u64§expired_objects: u64§transitioned_objects: u64Trait Implementations§
Source§impl Clone for LifecycleTickResponse
impl Clone for LifecycleTickResponse
Source§fn clone(&self) -> LifecycleTickResponse
fn clone(&self) -> LifecycleTickResponse
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 LifecycleTickResponse
impl Debug for LifecycleTickResponse
Source§impl<'de> Deserialize<'de> for LifecycleTickResponse
impl<'de> Deserialize<'de> for LifecycleTickResponse
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 LifecycleTickResponse
impl RefUnwindSafe for LifecycleTickResponse
impl Send for LifecycleTickResponse
impl Sync for LifecycleTickResponse
impl Unpin for LifecycleTickResponse
impl UnsafeUnpin for LifecycleTickResponse
impl UnwindSafe for LifecycleTickResponse
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