Struct utoipa::openapi::path::PathsBuilder
source · pub struct PathsBuilder { /* private fields */ }
Implementations§
source§impl PathsBuilder
impl PathsBuilder
sourcepub fn new() -> PathsBuilder
pub fn new() -> PathsBuilder
Constructs a new PathsBuilder
.
Trait Implementations§
source§impl Default for PathsBuilder
impl Default for PathsBuilder
source§impl From<Paths> for PathsBuilder
impl From<Paths> for PathsBuilder
source§impl From<PathsBuilder> for Paths
impl From<PathsBuilder> for Paths
source§fn from(value: PathsBuilder) -> Self
fn from(value: PathsBuilder) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for PathsBuilder
impl RefUnwindSafe for PathsBuilder
impl Send for PathsBuilder
impl Sync for PathsBuilder
impl Unpin for PathsBuilder
impl UnwindSafe for PathsBuilder
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