pub struct PythonRequestsCodeGenerator { /* private fields */ }Expand description
Python requests code generator (synchronous).
Implementations§
Trait Implementations§
Source§impl Clone for PythonRequestsCodeGenerator
impl Clone for PythonRequestsCodeGenerator
Source§impl Debug for PythonRequestsCodeGenerator
impl Debug for PythonRequestsCodeGenerator
Source§impl FileWriter for PythonRequestsCodeGenerator
impl FileWriter for PythonRequestsCodeGenerator
Source§fn source_dir(&self) -> Option<&str>
fn source_dir(&self) -> Option<&str>
Optional source directory prefix for languages that use one (e.g.
"src" for Rust).
When set, source file categories (Apis, Models, Runtime) are placed
under {output_dir}/{source_dir}/ instead of directly under {output_dir}/.Auto Trait Implementations§
impl !Freeze for PythonRequestsCodeGenerator
impl RefUnwindSafe for PythonRequestsCodeGenerator
impl Send for PythonRequestsCodeGenerator
impl Sync for PythonRequestsCodeGenerator
impl Unpin for PythonRequestsCodeGenerator
impl UnsafeUnpin for PythonRequestsCodeGenerator
impl UnwindSafe for PythonRequestsCodeGenerator
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