pub struct MetadataMaintenanceResponse {
pub wal_flush: WalFlushStepOutcome,
pub reorganize: ReorganizeStepOutcome,
}Expand description
What one metadata-upkeep action did, part by part.
Fields§
§wal_flush: WalFlushStepOutcomeWhat the WAL flush did.
reorganize: ReorganizeStepOutcomeWhat the reorganization unit did.
Trait Implementations§
Source§impl Clone for MetadataMaintenanceResponse
impl Clone for MetadataMaintenanceResponse
Source§fn clone(&self) -> MetadataMaintenanceResponse
fn clone(&self) -> MetadataMaintenanceResponse
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 MetadataMaintenanceResponse
impl Debug for MetadataMaintenanceResponse
Source§impl<'de> Deserialize<'de> for MetadataMaintenanceResponse
impl<'de> Deserialize<'de> for MetadataMaintenanceResponse
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
impl Eq for MetadataMaintenanceResponse
impl StructuralPartialEq for MetadataMaintenanceResponse
Auto Trait Implementations§
impl Freeze for MetadataMaintenanceResponse
impl RefUnwindSafe for MetadataMaintenanceResponse
impl Send for MetadataMaintenanceResponse
impl Sync for MetadataMaintenanceResponse
impl Unpin for MetadataMaintenanceResponse
impl UnsafeUnpin for MetadataMaintenanceResponse
impl UnwindSafe for MetadataMaintenanceResponse
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