data.rs: include copy macro for PolicyCode
Signed-off-by: Ralf Zerres <ralf.zerres@networkx.de>
This commit is contained in:
@@ -10,7 +10,7 @@ use serde::{Deserialize, Serialize};
|
|||||||
|
|
||||||
/// An enumeration of valid policy codes.
|
/// An enumeration of valid policy codes.
|
||||||
/// right now, only "AS" is used.
|
/// right now, only "AS" is used.
|
||||||
#[derive(Debug, Clone, Deserialize, Serialize)]
|
#[derive(Debug, Clone, Copy, Deserialize, Serialize)]
|
||||||
pub enum PolicyCode {
|
pub enum PolicyCode {
|
||||||
/// Allianz Sachversicherung
|
/// Allianz Sachversicherung
|
||||||
AS
|
AS
|
||||||
|
|||||||
Reference in New Issue
Block a user