feat(debug): add Debug impls for StatusClass, Server, and Listening
This commit is contained in:
		| @@ -558,7 +558,7 @@ impl Ord for StatusCode { | ||||
| /// | ||||
| /// This can be used in cases where a status code’s meaning is unknown, also, | ||||
| /// to get the appropriate *category* of status. | ||||
| #[derive(Clone, PartialEq, Eq, PartialOrd, Ord, Copy)] | ||||
| #[derive(Debug, Clone, PartialEq, Eq, PartialOrd, Ord, Copy)] | ||||
| pub enum StatusClass { | ||||
|     /// 1xx (Informational): The request was received, continuing process | ||||
|     Informational, | ||||
|   | ||||
		Reference in New Issue
	
	Block a user