pub struct Redoc { /* private fields */ }Implementations§
Source§impl Redoc
impl Redoc
pub fn new(spec: OpenApiSpec) -> Redoc
pub fn into_router(self, _config: NestForgeWebConfig) -> Router
Auto Trait Implementations§
impl Freeze for Redoc
impl RefUnwindSafe for Redoc
impl Send for Redoc
impl Sync for Redoc
impl Unpin for Redoc
impl UnsafeUnpin for Redoc
impl UnwindSafe for Redoc
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