chore: add clone + debug
This commit is contained in:
parent
1295e6209a
commit
e613464413
@ -2,7 +2,7 @@ use std::sync::Arc;
|
|||||||
|
|
||||||
use serde::{Deserialize, Serialize};
|
use serde::{Deserialize, Serialize};
|
||||||
|
|
||||||
#[derive(Deserialize, Serialize)]
|
#[derive(Deserialize, Serialize, Clone, Debug)]
|
||||||
#[serde(tag = "type")]
|
#[serde(tag = "type")]
|
||||||
pub enum Validation {
|
pub enum Validation {
|
||||||
#[serde(rename = "ValidateNotNullOrEmpty")]
|
#[serde(rename = "ValidateNotNullOrEmpty")]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user