1
2
3
4
5
#[derive(Debug, Clone, PartialEq)]
pub enum Guard {
    Get = 0,
    Post = 1,
}