pub struct MetadataCompactionResponse {
pub namespace_id: NamespaceId,
pub compaction: MetadataCompactionOutcome,
}Expand description
What one metadata compaction run did.
Fields§
§namespace_id: NamespaceIdNamespace compacted by this run.
compaction: MetadataCompactionOutcomeThe compaction outcome.
Trait Implementations§
Source§impl Clone for MetadataCompactionResponse
impl Clone for MetadataCompactionResponse
Source§impl Debug for MetadataCompactionResponse
impl Debug for MetadataCompactionResponse
Source§impl<'de> Deserialize<'de> for MetadataCompactionResponse
impl<'de> Deserialize<'de> for MetadataCompactionResponse
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 MetadataCompactionResponse
impl StructuralPartialEq for MetadataCompactionResponse
Auto Trait Implementations§
impl Freeze for MetadataCompactionResponse
impl RefUnwindSafe for MetadataCompactionResponse
impl Send for MetadataCompactionResponse
impl Sync for MetadataCompactionResponse
impl Unpin for MetadataCompactionResponse
impl UnsafeUnpin for MetadataCompactionResponse
impl UnwindSafe for MetadataCompactionResponse
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