pub struct RuntimeHealth {
pub status: &'static str,
pub bucket_count: usize,
pub object_version_count: usize,
pub multipart_upload_count: usize,
pub audit_event_count: usize,
pub last_replication_sequence: Option<u64>,
}Fields§
§status: &'static str§bucket_count: usize§object_version_count: usize§multipart_upload_count: usize§audit_event_count: usize§last_replication_sequence: Option<u64>Trait Implementations§
Source§impl Clone for RuntimeHealth
impl Clone for RuntimeHealth
Source§fn clone(&self) -> RuntimeHealth
fn clone(&self) -> RuntimeHealth
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 RuntimeHealth
impl Debug for RuntimeHealth
Auto Trait Implementations§
impl Freeze for RuntimeHealth
impl RefUnwindSafe for RuntimeHealth
impl Send for RuntimeHealth
impl Sync for RuntimeHealth
impl Unpin for RuntimeHealth
impl UnsafeUnpin for RuntimeHealth
impl UnwindSafe for RuntimeHealth
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