mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-06 19:08:28 +00:00
Derive Clone
for OperationInSequence
This commit is contained in:
parent
d474ee33ec
commit
1375026571
@ -75,6 +75,7 @@ impl Operation for OpsLog {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct OperationInSequence {
|
||||
pub operation: ClonedOperation,
|
||||
pub previous: Option<ClonedOperation>,
|
||||
@ -148,6 +149,7 @@ impl<'r, T> OperationResult<'r, T> {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct ClonedOperation {
|
||||
pub description: String,
|
||||
pub vertices: Vec<Vertex>,
|
||||
|
Loading…
Reference in New Issue
Block a user