pub struct KotlinOkhttpCodeGenerator { /* private fields */ }Implementations§
Trait Implementations§
Source§impl Clone for KotlinOkhttpCodeGenerator
impl Clone for KotlinOkhttpCodeGenerator
Source§fn clone(&self) -> KotlinOkhttpCodeGenerator
fn clone(&self) -> KotlinOkhttpCodeGenerator
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 KotlinOkhttpCodeGenerator
impl Debug for KotlinOkhttpCodeGenerator
Source§impl FileWriter for KotlinOkhttpCodeGenerator
impl FileWriter for KotlinOkhttpCodeGenerator
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 KotlinOkhttpCodeGenerator
impl RefUnwindSafe for KotlinOkhttpCodeGenerator
impl Send for KotlinOkhttpCodeGenerator
impl Sync for KotlinOkhttpCodeGenerator
impl Unpin for KotlinOkhttpCodeGenerator
impl UnsafeUnpin for KotlinOkhttpCodeGenerator
impl UnwindSafe for KotlinOkhttpCodeGenerator
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