pub struct OpenAPIExt<'a> {
pub openapi: &'a mut OpenAPI,
}Expand description
Newtype wrapper around OpenAPI to provide mutable operations iterator.
Fields§
§openapi: &'a mut OpenAPIImplementations§
Source§impl OpenAPIExt<'_>
impl OpenAPIExt<'_>
pub fn new(openapi: &mut OpenAPI) -> OpenAPIExt<'_>
Auto Trait Implementations§
impl<'a> Freeze for OpenAPIExt<'a>
impl<'a> RefUnwindSafe for OpenAPIExt<'a>
impl<'a> Send for OpenAPIExt<'a>
impl<'a> Sync for OpenAPIExt<'a>
impl<'a> Unpin for OpenAPIExt<'a>
impl<'a> UnsafeUnpin for OpenAPIExt<'a>
impl<'a> !UnwindSafe for OpenAPIExt<'a>
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