|
1 | 1 | pub mod about_data; |
| 2 | +#[rustfmt::skip] |
2 | 3 | pub use self::about_data::AboutData; |
3 | 4 | pub mod assignment; |
| 5 | +#[rustfmt::skip] |
4 | 6 | pub use self::assignment::Assignment; |
5 | 7 | pub mod authenticode_signature_status; |
| 8 | +#[rustfmt::skip] |
6 | 9 | pub use self::authenticode_signature_status::AuthenticodeSignatureStatus; |
7 | 10 | pub mod certificate; |
| 11 | +#[rustfmt::skip] |
8 | 12 | pub use self::certificate::Certificate; |
9 | 13 | pub mod elevation_kind; |
| 14 | +#[rustfmt::skip] |
10 | 15 | pub use self::elevation_kind::ElevationKind; |
11 | 16 | pub mod elevation_method; |
| 17 | +#[rustfmt::skip] |
12 | 18 | pub use self::elevation_method::ElevationMethod; |
13 | 19 | pub mod error; |
| 20 | +#[rustfmt::skip] |
14 | 21 | pub use self::error::Error; |
15 | 22 | pub mod error_response; |
| 23 | +#[rustfmt::skip] |
16 | 24 | pub use self::error_response::ErrorResponse; |
17 | 25 | pub mod get_profiles_me_response; |
| 26 | +#[rustfmt::skip] |
18 | 27 | pub use self::get_profiles_me_response::GetProfilesMeResponse; |
19 | 28 | pub mod hash; |
| 29 | +#[rustfmt::skip] |
20 | 30 | pub use self::hash::Hash; |
21 | 31 | pub mod jit_elevation_log_page; |
| 32 | +#[rustfmt::skip] |
22 | 33 | pub use self::jit_elevation_log_page::JitElevationLogPage; |
23 | 34 | pub mod jit_elevation_log_query_options; |
| 35 | +#[rustfmt::skip] |
24 | 36 | pub use self::jit_elevation_log_query_options::JitElevationLogQueryOptions; |
25 | 37 | pub mod jit_elevation_log_row; |
| 38 | +#[rustfmt::skip] |
26 | 39 | pub use self::jit_elevation_log_row::JitElevationLogRow; |
27 | 40 | pub mod launch_payload; |
| 41 | +#[rustfmt::skip] |
28 | 42 | pub use self::launch_payload::LaunchPayload; |
29 | 43 | pub mod launch_response; |
| 44 | +#[rustfmt::skip] |
30 | 45 | pub use self::launch_response::LaunchResponse; |
31 | 46 | pub mod path_id_parameter; |
| 47 | +#[rustfmt::skip] |
32 | 48 | pub use self::path_id_parameter::PathIdParameter; |
33 | 49 | pub mod profile; |
| 50 | +#[rustfmt::skip] |
34 | 51 | pub use self::profile::Profile; |
35 | 52 | pub mod signature; |
| 53 | +#[rustfmt::skip] |
36 | 54 | pub use self::signature::Signature; |
37 | 55 | pub mod signer; |
| 56 | +#[rustfmt::skip] |
38 | 57 | pub use self::signer::Signer; |
39 | 58 | pub mod startup_info_dto; |
| 59 | +#[rustfmt::skip] |
40 | 60 | pub use self::startup_info_dto::StartupInfoDto; |
41 | 61 | pub mod user; |
| 62 | +#[rustfmt::skip] |
42 | 63 | pub use self::user::User; |
0 commit comments