struct BuildForeignLanguageTestCaseInput {
test_scripts: Vec<String>,
}
Fields§
§test_scripts: Vec<String>
Trait Implementations§
source§impl Parse for BuildForeignLanguageTestCaseInput
impl Parse for BuildForeignLanguageTestCaseInput
fn parse(input: ParseStream<'_>) -> Result<Self>
Auto Trait Implementations§
impl RefUnwindSafe for BuildForeignLanguageTestCaseInput
impl Send for BuildForeignLanguageTestCaseInput
impl Sync for BuildForeignLanguageTestCaseInput
impl Unpin for BuildForeignLanguageTestCaseInput
impl UnwindSafe for BuildForeignLanguageTestCaseInput
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