pub struct AddedRequiredBodyPropertyCheck { /* private fields */ }
Trait Implementations§
Source§impl<'s> DiffVisitor<'s> for AddedRequiredBodyPropertyCheck
impl<'s> DiffVisitor<'s> for AddedRequiredBodyPropertyCheck
fn visit_operation( &self, pointer: &PathPointer, _: &str, _: &'s DiffResult<OperationDiff>, ) -> bool
fn visit_request_body( &self, pointer: &PathPointer, request_body_diff_result: &'s DiffResult<RequestBodyDiff>, ) -> bool
fn visit_media_types( &self, pointer: &PathPointer, _: &'s DiffResult<MapDiff<MediaTypeDiff>>, ) -> bool
fn visit_media_type( &self, pointer: &PathPointer, _: &'s DiffResult<MediaTypeDiff>, ) -> bool
fn visit_schema( &self, pointer: &PathPointer, _schema_diff_result: &'s DiffResult<SchemaDiff>, ) -> bool
fn visit_root(&self)
fn visit_paths( &self, pointer: &PathPointer, paths_diff_result: &'s DiffResult<MapDiff<MayBeRefDiff<PathDiff>, PathsMapPathResolver>>, ) -> bool
fn visit_path( &self, pointer: &PathPointer, path: &str, path_diff_result: &'s DiffResult<PathDiff>, ) -> bool
fn visit_schema_ref( &self, pointer: &PathPointer, may_be_ref: &'s DiffResult<MayBeRefDiff<SchemaDiff>>, ) -> bool
fn visit_response_ref( &self, pointer: &PathPointer, may_be_ref: &'s DiffResult<MayBeRefDiff<ResponseDiff>>, ) -> bool
fn visit_parameter_ref( &self, pointer: &PathPointer, may_be_ref: &'s DiffResult<MayBeRefDiff<ParameterDiff>>, ) -> bool
fn visit_request_body_ref( &self, pointer: &PathPointer, may_be_ref: &'s DiffResult<MayBeRefDiff<RequestBodyDiff>>, ) -> bool
fn visit_responses( &self, pointer: &PathPointer, responses_diff_result: &'s DiffResult<MapDiff<MayBeRefDiff<ResponseDiff>>>, ) -> bool
fn visit_parameters( &self, pointer: &PathPointer, parameters_diff_result: &'s DiffResult<VecDiff<MayBeRefDiff<ParameterDiff>>>, ) -> bool
fn visit_parameter( &self, pointer: &PathPointer, parameter_diff_result: &'s DiffResult<ParameterDiff>, ) -> bool
Auto Trait Implementations§
impl !Freeze for AddedRequiredBodyPropertyCheck
impl !RefUnwindSafe for AddedRequiredBodyPropertyCheck
impl Send for AddedRequiredBodyPropertyCheck
impl !Sync for AddedRequiredBodyPropertyCheck
impl Unpin for AddedRequiredBodyPropertyCheck
impl UnwindSafe for AddedRequiredBodyPropertyCheck
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more