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
Source§fn clone(&self) -> SwaggerUiOptions
fn clone(&self) -> SwaggerUiOptions
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for SwaggerUiOptions
impl RefUnwindSafe for SwaggerUiOptions
impl Send for SwaggerUiOptions
impl Sync for SwaggerUiOptions
impl Unpin 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