/// Functions to generate default values
#[derive(Debug, Clone, PartialEq)]pubenumAutogenFunction{/// Gives the current timestamp
CurrentTimestamp,}/// Generates the current timestamp
pubfncurrent_timestamp()-> AutogenFunction{AutogenFunction::CurrentTimestamp
}