pub struct SwaggerMeta {
pub components: Vec<Value>,
pub operations: Vec<(String, Vec<Value>)>,
pub response: Value,
}
Fields§
§components: Vec<Value>
§operations: Vec<(String, Vec<Value>)>
§response: Value
Auto Trait Implementations§
impl Freeze for SwaggerMeta
impl RefUnwindSafe for SwaggerMeta
impl Send for SwaggerMeta
impl Sync for SwaggerMeta
impl Unpin for SwaggerMeta
impl UnwindSafe for SwaggerMeta
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