diff options
Diffstat (limited to 'src/table')
-rw-r--r-- | src/table/replication/mode.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/table/replication/mode.rs b/src/table/replication/mode.rs index c6f84c45..e244e063 100644 --- a/src/table/replication/mode.rs +++ b/src/table/replication/mode.rs @@ -1,3 +1,4 @@ +#[derive(Clone, Copy)] pub enum ReplicationMode { None, TwoWay, |