chore(codegen): implemented Eq for OpenApiSchema
This commit is contained in:
parent
c8bdcc81c4
commit
6aaa06f501
4 changed files with 33 additions and 4 deletions
|
|
@ -79,7 +79,7 @@ pub struct OpenApiPathBody<'a> {
|
|||
pub operation_id: Option<OperationId>,
|
||||
}
|
||||
|
||||
#[derive(Debug, Clone, Deserialize)]
|
||||
#[derive(Debug, Clone, Deserialize, PartialEq, Eq)]
|
||||
pub struct OpenApiPath<'a> {
|
||||
#[serde(borrow)]
|
||||
pub get: OpenApiPathBody<'a>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue