pub struct UIBuilder { /* private fields */ }Expand description
Builder for constructing documentation HTML with a fluent API.
Implementations§
Source§impl UIBuilder
impl UIBuilder
Sourcepub fn new(spec: OpenAPISpec) -> Self
pub fn new(spec: OpenAPISpec) -> Self
Creates a new builder from an OpenAPISpec.
Auto Trait Implementations§
impl Freeze for UIBuilder
impl RefUnwindSafe for UIBuilder
impl Send for UIBuilder
impl Sync for UIBuilder
impl Unpin for UIBuilder
impl UnsafeUnpin for UIBuilder
impl UnwindSafe for UIBuilder
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