pub struct OpenAPI {
pub info: Info,
pub paths: HashMap<String, PathItem>,
pub components: Option<Components>,
pub tags: Vec<Tag>,
}Fields§
§info: Info§paths: HashMap<String, PathItem>§components: Option<Components>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for OpenAPI
impl RefUnwindSafe for OpenAPI
impl Send for OpenAPI
impl Sync for OpenAPI
impl Unpin for OpenAPI
impl UnwindSafe for OpenAPI
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