pub struct SwaggerModule;
Implementations§
Source§impl SwaggerModule
impl SwaggerModule
pub fn with_config<AppModule: Default + NgynModule + Clone + 'static>( config: SwaggerConfig<AppModule>, ) -> SwaggerRoutesController<AppModule>
Auto Trait Implementations§
impl Freeze for SwaggerModule
impl RefUnwindSafe for SwaggerModule
impl Send for SwaggerModule
impl Sync for SwaggerModule
impl Unpin for SwaggerModule
impl UnwindSafe for SwaggerModule
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