pub struct OpenApiPathMatchOptions {
pub method: String,
pub path: String,
pub trailing_slash: OpenApiTrailingSlash,
}Fields§
§method: String§path: String§trailing_slash: OpenApiTrailingSlashTrait Implementations§
Source§impl Clone for OpenApiPathMatchOptions
impl Clone for OpenApiPathMatchOptions
Source§fn clone(&self) -> OpenApiPathMatchOptions
fn clone(&self) -> OpenApiPathMatchOptions
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for OpenApiPathMatchOptions
impl Debug for OpenApiPathMatchOptions
impl Eq for OpenApiPathMatchOptions
Source§impl PartialEq for OpenApiPathMatchOptions
impl PartialEq for OpenApiPathMatchOptions
impl StructuralPartialEq for OpenApiPathMatchOptions
Auto Trait Implementations§
impl Freeze for OpenApiPathMatchOptions
impl RefUnwindSafe for OpenApiPathMatchOptions
impl Send for OpenApiPathMatchOptions
impl Sync for OpenApiPathMatchOptions
impl Unpin for OpenApiPathMatchOptions
impl UnsafeUnpin for OpenApiPathMatchOptions
impl UnwindSafe for OpenApiPathMatchOptions
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