pub struct OpenApiPathMatching {
pub trailing_slash: OpenApiTrailingSlash,
}Fields§
§trailing_slash: OpenApiTrailingSlashTrait Implementations§
Source§impl Clone for OpenApiPathMatching
impl Clone for OpenApiPathMatching
Source§fn clone(&self) -> OpenApiPathMatching
fn clone(&self) -> OpenApiPathMatching
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 OpenApiPathMatching
impl Debug for OpenApiPathMatching
Source§impl<'de> Deserialize<'de> for OpenApiPathMatching
impl<'de> Deserialize<'de> for OpenApiPathMatching
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Source§impl PartialEq for OpenApiPathMatching
impl PartialEq for OpenApiPathMatching
Source§impl Serialize for OpenApiPathMatching
impl Serialize for OpenApiPathMatching
impl StructuralPartialEq for OpenApiPathMatching
Auto Trait Implementations§
impl Freeze for OpenApiPathMatching
impl RefUnwindSafe for OpenApiPathMatching
impl Send for OpenApiPathMatching
impl Sync for OpenApiPathMatching
impl Unpin for OpenApiPathMatching
impl UnsafeUnpin for OpenApiPathMatching
impl UnwindSafe for OpenApiPathMatching
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