impl Default for Kind { fn default() -> Kind { Kind::A } }
impl From for Kind { fn from() -> Kind { Kind::A } } //when use "xxx".into()