pub struct MetadataMaintenanceResponse {
pub namespace_id: NamespaceId,
pub wal_flush: WalFlushStepOutcome,
pub reorganize: ReorganizeStepOutcome,
}Expand description
What one metadata-upkeep action did, part by part.
Fields§
§namespace_id: NamespaceIdNamespace maintained by this run.
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§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