pub struct OpenApiPathMatch {
pub method: String,
pub template: String,
}Fields§
§method: String§template: StringTrait Implementations§
Source§impl Clone for OpenApiPathMatch
impl Clone for OpenApiPathMatch
Source§fn clone(&self) -> OpenApiPathMatch
fn clone(&self) -> OpenApiPathMatch
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 OpenApiPathMatch
impl Debug for OpenApiPathMatch
impl Eq for OpenApiPathMatch
Source§impl PartialEq for OpenApiPathMatch
impl PartialEq for OpenApiPathMatch
impl StructuralPartialEq for OpenApiPathMatch
Auto Trait Implementations§
impl Freeze for OpenApiPathMatch
impl RefUnwindSafe for OpenApiPathMatch
impl Send for OpenApiPathMatch
impl Sync for OpenApiPathMatch
impl Unpin for OpenApiPathMatch
impl UnsafeUnpin for OpenApiPathMatch
impl UnwindSafe for OpenApiPathMatch
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