1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
// pkg rudi::didto::structinfo
/*
@Title 文件名称: structinfo_init.rs
@Desp 描述: 依赖自动注入
@Company 公司: wcht.akunlong.top
@Author 作者: raymond@163.com 时间: 2026-08-17 21:44:05
@Update 作者: raymond@163.com 时间: 2026-08-17 21:44:05
*/
// StructInit自动生成,一般不要手动修改
use Arc;
use ctor;
use cratedireg;
use crateStructInfo;
const SINGLE_BEAN_NAME: &str = "*rudi::didto::structinfo:StructInfo:71e2a0e2-0d00-46e2-8df4-49aa455c9bf7}";
// StructInfo
/*
{
"pathFile": "./src\\rudi\\didto\\struct_info",
"pathPkg": "./src\\rudi\\didto",
"structName": "StructInfo",
"structPkg": "rudi::didto::structinfo",
"ifSingle": false,
"ifDefault": true,
"structIniFile": "struct_info_init.rs",
"existIniFile": false,
"single_bean_name": "*:StructInfo:4346b4ac-54f9-477e-bfe2-7e56ca2bb1e8",
"modFile": "./src\\rudi\\didto/mod.rs",
"ifExistsInitMod": false,
"ifExistsInitUse": false
}
*/