pub struct OpenAPIParser;Implementations§
Source§impl OpenAPIParser
 
impl OpenAPIParser
Trait Implementations§
Source§impl Default for OpenAPIParser
 
impl Default for OpenAPIParser
Auto Trait Implementations§
impl Freeze for OpenAPIParser
impl RefUnwindSafe for OpenAPIParser
impl Send for OpenAPIParser
impl Sync for OpenAPIParser
impl Unpin for OpenAPIParser
impl UnwindSafe for OpenAPIParser
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