pub struct GetLogCleanupStatus200Response {Show 13 fields
pub running: bool,
pub started_at: String,
pub finished_at: Option<Option<String>>,
pub phase: String,
pub total_service: i64,
pub processed_service: i64,
pub total_jobs: i64,
pub processed_jobs: i64,
pub s3_deleted: i64,
pub orphans_scanned: i64,
pub orphans_deleted: i64,
pub errors: i64,
pub last_error: Option<Option<String>>,
}Fields§
§running: bool§started_at: String§finished_at: Option<Option<String>>§phase: String§total_service: i64§processed_service: i64§total_jobs: i64§processed_jobs: i64§s3_deleted: i64§orphans_scanned: i64§orphans_deleted: i64§errors: i64§last_error: Option<Option<String>>Implementations§
Trait Implementations§
Source§impl Clone for GetLogCleanupStatus200Response
impl Clone for GetLogCleanupStatus200Response
Source§fn clone(&self) -> GetLogCleanupStatus200Response
fn clone(&self) -> GetLogCleanupStatus200Response
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 Default for GetLogCleanupStatus200Response
impl Default for GetLogCleanupStatus200Response
Source§fn default() -> GetLogCleanupStatus200Response
fn default() -> GetLogCleanupStatus200Response
Returns the “default value” for a type. Read more
Source§impl<'de> Deserialize<'de> for GetLogCleanupStatus200Response
impl<'de> Deserialize<'de> for GetLogCleanupStatus200Response
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 GetLogCleanupStatus200Response
impl PartialEq for GetLogCleanupStatus200Response
Source§fn eq(&self, other: &GetLogCleanupStatus200Response) -> bool
fn eq(&self, other: &GetLogCleanupStatus200Response) -> bool
Tests for
self and other values to be equal, and is used by ==.impl StructuralPartialEq for GetLogCleanupStatus200Response
Auto Trait Implementations§
impl Freeze for GetLogCleanupStatus200Response
impl RefUnwindSafe for GetLogCleanupStatus200Response
impl Send for GetLogCleanupStatus200Response
impl Sync for GetLogCleanupStatus200Response
impl Unpin for GetLogCleanupStatus200Response
impl UnsafeUnpin for GetLogCleanupStatus200Response
impl UnwindSafe for GetLogCleanupStatus200Response
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