Merge pull request #7234 from influxdata/dom/remove-clone
refactor: remove Clone derive on CompletedPersistpull/24376/head
commit
4fb92d8f46
|
@ -22,7 +22,7 @@ pub(crate) trait PersistCompletionObserver: Send + Sync + Debug {
|
||||||
}
|
}
|
||||||
|
|
||||||
/// A set of details describing the persisted data.
|
/// A set of details describing the persisted data.
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug)]
|
||||||
pub struct CompletedPersist {
|
pub struct CompletedPersist {
|
||||||
/// The catalog identifiers for the persisted partition.
|
/// The catalog identifiers for the persisted partition.
|
||||||
namespace_id: NamespaceId,
|
namespace_id: NamespaceId,
|
||||||
|
|
Loading…
Reference in New Issue