pub struct KotlinE2eCodegen;Expand description
Kotlin e2e code generator.
Trait Implementations§
Source§impl E2eCodegen for KotlinE2eCodegen
impl E2eCodegen for KotlinE2eCodegen
Source§fn generate(
&self,
groups: &[FixtureGroup],
e2e_config: &E2eConfig,
config: &ResolvedCrateConfig,
_type_defs: &[TypeDef],
) -> Result<Vec<GeneratedFile>>
fn generate( &self, groups: &[FixtureGroup], e2e_config: &E2eConfig, config: &ResolvedCrateConfig, _type_defs: &[TypeDef], ) -> Result<Vec<GeneratedFile>>
Generate all e2e test project files for this language. Read more
Source§fn language_name(&self) -> &'static str
fn language_name(&self) -> &'static str
Language name for display and directory naming.
Auto Trait Implementations§
impl Freeze for KotlinE2eCodegen
impl RefUnwindSafe for KotlinE2eCodegen
impl Send for KotlinE2eCodegen
impl Sync for KotlinE2eCodegen
impl Unpin for KotlinE2eCodegen
impl UnsafeUnpin for KotlinE2eCodegen
impl UnwindSafe for KotlinE2eCodegen
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