pub struct SpecInfo {
pub title: String,
pub version: String,
pub orator_version: String,
}Expand description
Metadata about the OpenAPI spec being generated from.
Fields§
§title: String§version: String§orator_version: StringAuto Trait Implementations§
impl Freeze for SpecInfo
impl RefUnwindSafe for SpecInfo
impl Send for SpecInfo
impl Sync for SpecInfo
impl Unpin for SpecInfo
impl UnsafeUnpin for SpecInfo
impl UnwindSafe for SpecInfo
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