gremlin_client/structure/
t.rs

1#[derive(Debug, PartialEq, Clone)]
2pub enum T {
3    Id,
4    Key,
5    Label,
6    Value,
7}