mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-09 04:18: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 struct OperationInSequence {
|
||||||
pub operation: ClonedOperation,
|
pub operation: ClonedOperation,
|
||||||
pub previous: Option<ClonedOperation>,
|
pub previous: Option<ClonedOperation>,
|
||||||
@ -148,6 +149,7 @@ impl<'r, T> OperationResult<'r, T> {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#[derive(Clone)]
|
||||||
pub struct ClonedOperation {
|
pub struct ClonedOperation {
|
||||||
pub description: String,
|
pub description: String,
|
||||||
pub vertices: Vec<Vertex>,
|
pub vertices: Vec<Vertex>,
|
||||||
|
Loading…
Reference in New Issue
Block a user