pub struct SwaggerUiOptions {
pub try_it_out_enabled: bool,
}Expand description
Swagger UI 配置选项
Fields§
§try_it_out_enabled: boolTrait Implementations§
Source§impl Clone for SwaggerUiOptions
impl Clone for SwaggerUiOptions
Auto Trait Implementations§
impl Freeze for SwaggerUiOptions
impl RefUnwindSafe for SwaggerUiOptions
impl Send for SwaggerUiOptions
impl Sync for SwaggerUiOptions
impl Unpin for SwaggerUiOptions
impl UnsafeUnpin for SwaggerUiOptions
impl UnwindSafe for SwaggerUiOptions
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