1 1 | // Code generated by software.amazon.smithy.rust.codegen.smithy-rs. DO NOT EDIT.
|
2 + | /* StructureGenerator.kt:197 */
|
2 3 | #[allow(missing_docs)] // documentation missing in model
|
4 + | /* RustType.kt:516 */
|
3 5 | #[derive(
|
4 6 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
5 7 | )]
|
6 - | pub struct RpcEchoOutput {}
|
8 + | pub /* StructureGenerator.kt:201 */ struct RpcEchoOutput {/* StructureGenerator.kt:201 */}
|
9 + | /* ServerCodegenVisitor.kt:345 */
|
7 10 | impl RpcEchoOutput {
|
8 - | /// Creates a new builder-style object to manufacture [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
11 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
12 + | /* ServerBuilderGenerator.kt:295 */
|
9 13 | pub fn builder() -> crate::output::rpc_echo_output::Builder {
|
14 + | /* ServerBuilderGenerator.kt:296 */
|
10 15 | crate::output::rpc_echo_output::Builder::default()
|
16 + | /* ServerBuilderGenerator.kt:295 */
|
11 17 | }
|
18 + | /* ServerCodegenVisitor.kt:345 */
|
12 19 | }
|
13 20 |
|
21 + | /* StructureGenerator.kt:197 */
|
14 22 | #[allow(missing_docs)] // documentation missing in model
|
23 + | /* RustType.kt:516 */
|
15 24 | #[derive(
|
16 25 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
17 26 | )]
|
18 - | pub struct MatchOutput {}
|
27 + | pub /* StructureGenerator.kt:201 */ struct MatchOutput {/* StructureGenerator.kt:201 */}
|
28 + | /* ServerCodegenVisitor.kt:345 */
|
19 29 | impl MatchOutput {
|
20 - | /// Creates a new builder-style object to manufacture [`MatchOutput`](crate::output::MatchOutput).
|
30 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`MatchOutput`](crate::output::MatchOutput).
|
31 + | /* ServerBuilderGenerator.kt:295 */
|
21 32 | pub fn builder() -> crate::output::match_output::Builder {
|
33 + | /* ServerBuilderGenerator.kt:296 */
|
22 34 | crate::output::match_output::Builder::default()
|
35 + | /* ServerBuilderGenerator.kt:295 */
|
23 36 | }
|
37 + | /* ServerCodegenVisitor.kt:345 */
|
24 38 | }
|
25 39 |
|
40 + | /* StructureGenerator.kt:197 */
|
26 41 | #[allow(missing_docs)] // documentation missing in model
|
42 + | /* RustType.kt:516 */
|
27 43 | #[derive(
|
28 44 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
29 45 | )]
|
30 - | pub struct OptionOutput {}
|
46 + | pub /* StructureGenerator.kt:201 */ struct OptionOutput {/* StructureGenerator.kt:201 */}
|
47 + | /* ServerCodegenVisitor.kt:345 */
|
31 48 | impl OptionOutput {
|
32 - | /// Creates a new builder-style object to manufacture [`OptionOutput`](crate::output::OptionOutput).
|
49 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`OptionOutput`](crate::output::OptionOutput).
|
50 + | /* ServerBuilderGenerator.kt:295 */
|
33 51 | pub fn builder() -> crate::output::option_output::Builder {
|
52 + | /* ServerBuilderGenerator.kt:296 */
|
34 53 | crate::output::option_output::Builder::default()
|
54 + | /* ServerBuilderGenerator.kt:295 */
|
35 55 | }
|
56 + | /* ServerCodegenVisitor.kt:345 */
|
36 57 | }
|
37 58 |
|
59 + | /* StructureGenerator.kt:197 */
|
38 60 | #[allow(missing_docs)] // documentation missing in model
|
61 + | /* RustType.kt:516 */
|
39 62 | #[derive(
|
40 63 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
41 64 | )]
|
42 - | pub struct ResultOutput {
|
65 + | pub /* StructureGenerator.kt:201 */ struct ResultOutput {
|
66 + | /* StructureGenerator.kt:231 */
|
43 67 | #[allow(missing_docs)] // documentation missing in model
|
44 68 | pub pv_member: ::std::option::Option<bool>,
|
69 + | /* StructureGenerator.kt:201 */
|
45 70 | }
|
71 + | /* StructureGenerator.kt:135 */
|
46 72 | impl ResultOutput {
|
73 + | /* StructureGenerator.kt:231 */
|
47 74 | #[allow(missing_docs)] // documentation missing in model
|
75 + | /* StructureGenerator.kt:166 */
|
48 76 | pub fn pv_member(&self) -> ::std::option::Option<bool> {
|
77 + | /* StructureGenerator.kt:168 */
|
49 78 | self.pv_member
|
79 + | /* StructureGenerator.kt:166 */
|
50 80 | }
|
81 + | /* StructureGenerator.kt:135 */
|
51 82 | }
|
83 + | /* ServerCodegenVisitor.kt:345 */
|
52 84 | impl ResultOutput {
|
53 - | /// Creates a new builder-style object to manufacture [`ResultOutput`](crate::output::ResultOutput).
|
85 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`ResultOutput`](crate::output::ResultOutput).
|
86 + | /* ServerBuilderGenerator.kt:295 */
|
54 87 | pub fn builder() -> crate::output::result_output::Builder {
|
88 + | /* ServerBuilderGenerator.kt:296 */
|
55 89 | crate::output::result_output::Builder::default()
|
90 + | /* ServerBuilderGenerator.kt:295 */
|
56 91 | }
|
92 + | /* ServerCodegenVisitor.kt:345 */
|
57 93 | }
|
58 94 |
|
95 + | /* StructureGenerator.kt:197 */
|
59 96 | #[allow(missing_docs)] // documentation missing in model
|
97 + | /* RustType.kt:516 */
|
60 98 | #[derive(
|
61 99 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
62 100 | )]
|
63 - | pub struct ErrCollisionsOutput {}
|
101 + | pub /* StructureGenerator.kt:201 */ struct ErrCollisionsOutput {/* StructureGenerator.kt:201 */}
|
102 + | /* ServerCodegenVisitor.kt:345 */
|
64 103 | impl ErrCollisionsOutput {
|
65 - | /// Creates a new builder-style object to manufacture [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
104 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
105 + | /* ServerBuilderGenerator.kt:295 */
|
66 106 | pub fn builder() -> crate::output::err_collisions_output::Builder {
|
107 + | /* ServerBuilderGenerator.kt:296 */
|
67 108 | crate::output::err_collisions_output::Builder::default()
|
109 + | /* ServerBuilderGenerator.kt:295 */
|
68 110 | }
|
111 + | /* ServerCodegenVisitor.kt:345 */
|
69 112 | }
|
70 113 |
|
114 + | /* StructureGenerator.kt:197 */
|
71 115 | #[allow(missing_docs)] // documentation missing in model
|
116 + | /* RustType.kt:516 */
|
72 117 | #[derive(
|
73 118 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
74 119 | )]
|
75 - | pub struct StructureNamePunningOutput {}
|
120 + | pub /* StructureGenerator.kt:201 */ struct StructureNamePunningOutput {/* StructureGenerator.kt:201 */}
|
121 + | /* ServerCodegenVisitor.kt:345 */
|
76 122 | impl StructureNamePunningOutput {
|
77 - | /// Creates a new builder-style object to manufacture [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
123 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
124 + | /* ServerBuilderGenerator.kt:295 */
|
78 125 | pub fn builder() -> crate::output::structure_name_punning_output::Builder {
|
126 + | /* ServerBuilderGenerator.kt:296 */
|
79 127 | crate::output::structure_name_punning_output::Builder::default()
|
128 + | /* ServerBuilderGenerator.kt:295 */
|
80 129 | }
|
130 + | /* ServerCodegenVisitor.kt:345 */
|
81 131 | }
|
82 132 |
|
133 + | /* StructureGenerator.kt:197 */
|
83 134 | #[allow(missing_docs)] // documentation missing in model
|
135 + | /* RustType.kt:516 */
|
84 136 | #[derive(
|
85 137 | ::std::clone::Clone, ::std::cmp::Eq, ::std::cmp::PartialEq, ::std::fmt::Debug, ::std::hash::Hash,
|
86 138 | )]
|
87 - | pub struct ReservedWordsAsMembersOutput {}
|
139 + | pub /* StructureGenerator.kt:201 */ struct ReservedWordsAsMembersOutput {/* StructureGenerator.kt:201 */}
|
140 + | /* ServerCodegenVisitor.kt:345 */
|
88 141 | impl ReservedWordsAsMembersOutput {
|
89 - | /// Creates a new builder-style object to manufacture [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
142 + | /// /* ServerBuilderGenerator.kt:294 */Creates a new builder-style object to manufacture [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
143 + | /* ServerBuilderGenerator.kt:295 */
|
90 144 | pub fn builder() -> crate::output::reserved_words_as_members_output::Builder {
|
145 + | /* ServerBuilderGenerator.kt:296 */
|
91 146 | crate::output::reserved_words_as_members_output::Builder::default()
|
147 + | /* ServerBuilderGenerator.kt:295 */
|
92 148 | }
|
149 + | /* ServerCodegenVisitor.kt:345 */
|
93 150 | }
|
94 - | /// See [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
151 + | /// /* ServerBuilderGenerator.kt:171 */See [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
95 152 | pub mod rpc_echo_output {
|
96 153 |
|
154 + | /* ServerBuilderGenerator.kt:461 */
|
97 155 | impl ::std::convert::From<Builder> for crate::output::RpcEchoOutput {
|
98 156 | fn from(builder: Builder) -> Self {
|
99 157 | builder.build()
|
100 158 | }
|
101 159 | }
|
102 - | /// A builder for [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
160 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
161 + | /* RustType.kt:516 */
|
103 162 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
104 - | pub struct Builder {}
|
163 + | /* ServerBuilderGenerator.kt:211 */
|
164 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
165 + | /* ServerBuilderGenerator.kt:215 */
|
105 166 | impl Builder {
|
106 - | /// Consumes the builder and constructs a [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
167 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`RpcEchoOutput`](crate::output::RpcEchoOutput).
|
168 + | /* ServerBuilderGenerator.kt:271 */
|
107 169 | pub fn build(self) -> crate::output::RpcEchoOutput {
|
108 170 | self.build_enforcing_all_constraints()
|
109 171 | }
|
172 + | /* ServerBuilderGenerator.kt:283 */
|
110 173 | fn build_enforcing_all_constraints(self) -> crate::output::RpcEchoOutput {
|
111 - | crate::output::RpcEchoOutput {}
|
174 + | /* ServerBuilderGenerator.kt:542 */
|
175 + | crate::output::RpcEchoOutput {
|
176 + | /* ServerBuilderGenerator.kt:542 */}
|
177 + | /* ServerBuilderGenerator.kt:283 */
|
112 178 | }
|
179 + | /* ServerBuilderGenerator.kt:215 */
|
113 180 | }
|
181 + |
|
182 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
114 183 | }
|
115 - | /// See [`MatchOutput`](crate::output::MatchOutput).
|
184 + | /// /* ServerBuilderGenerator.kt:171 */See [`MatchOutput`](crate::output::MatchOutput).
|
116 185 | pub mod match_output {
|
117 186 |
|
187 + | /* ServerBuilderGenerator.kt:461 */
|
118 188 | impl ::std::convert::From<Builder> for crate::output::MatchOutput {
|
119 189 | fn from(builder: Builder) -> Self {
|
120 190 | builder.build()
|
121 191 | }
|
122 192 | }
|
123 - | /// A builder for [`MatchOutput`](crate::output::MatchOutput).
|
193 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`MatchOutput`](crate::output::MatchOutput).
|
194 + | /* RustType.kt:516 */
|
124 195 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
125 - | pub struct Builder {}
|
196 + | /* ServerBuilderGenerator.kt:211 */
|
197 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
198 + | /* ServerBuilderGenerator.kt:215 */
|
126 199 | impl Builder {
|
127 - | /// Consumes the builder and constructs a [`MatchOutput`](crate::output::MatchOutput).
|
200 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`MatchOutput`](crate::output::MatchOutput).
|
201 + | /* ServerBuilderGenerator.kt:271 */
|
128 202 | pub fn build(self) -> crate::output::MatchOutput {
|
129 203 | self.build_enforcing_all_constraints()
|
130 204 | }
|
205 + | /* ServerBuilderGenerator.kt:283 */
|
131 206 | fn build_enforcing_all_constraints(self) -> crate::output::MatchOutput {
|
132 - | crate::output::MatchOutput {}
|
207 + | /* ServerBuilderGenerator.kt:542 */
|
208 + | crate::output::MatchOutput {
|
209 + | /* ServerBuilderGenerator.kt:542 */}
|
210 + | /* ServerBuilderGenerator.kt:283 */
|
133 211 | }
|
212 + | /* ServerBuilderGenerator.kt:215 */
|
134 213 | }
|
214 + |
|
215 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
135 216 | }
|
136 - | /// See [`OptionOutput`](crate::output::OptionOutput).
|
217 + | /// /* ServerBuilderGenerator.kt:171 */See [`OptionOutput`](crate::output::OptionOutput).
|
137 218 | pub mod option_output {
|
138 219 |
|
220 + | /* ServerBuilderGenerator.kt:461 */
|
139 221 | impl ::std::convert::From<Builder> for crate::output::OptionOutput {
|
140 222 | fn from(builder: Builder) -> Self {
|
141 223 | builder.build()
|
142 224 | }
|
143 225 | }
|
144 - | /// A builder for [`OptionOutput`](crate::output::OptionOutput).
|
226 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`OptionOutput`](crate::output::OptionOutput).
|
227 + | /* RustType.kt:516 */
|
145 228 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
146 - | pub struct Builder {}
|
229 + | /* ServerBuilderGenerator.kt:211 */
|
230 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
231 + | /* ServerBuilderGenerator.kt:215 */
|
147 232 | impl Builder {
|
148 - | /// Consumes the builder and constructs a [`OptionOutput`](crate::output::OptionOutput).
|
233 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`OptionOutput`](crate::output::OptionOutput).
|
234 + | /* ServerBuilderGenerator.kt:271 */
|
149 235 | pub fn build(self) -> crate::output::OptionOutput {
|
150 236 | self.build_enforcing_all_constraints()
|
151 237 | }
|
238 + | /* ServerBuilderGenerator.kt:283 */
|
152 239 | fn build_enforcing_all_constraints(self) -> crate::output::OptionOutput {
|
153 - | crate::output::OptionOutput {}
|
240 + | /* ServerBuilderGenerator.kt:542 */
|
241 + | crate::output::OptionOutput {
|
242 + | /* ServerBuilderGenerator.kt:542 */}
|
243 + | /* ServerBuilderGenerator.kt:283 */
|
154 244 | }
|
245 + | /* ServerBuilderGenerator.kt:215 */
|
155 246 | }
|
247 + |
|
248 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
156 249 | }
|
157 - | /// See [`ResultOutput`](crate::output::ResultOutput).
|
250 + | /// /* ServerBuilderGenerator.kt:171 */See [`ResultOutput`](crate::output::ResultOutput).
|
158 251 | pub mod result_output {
|
159 252 |
|
253 + | /* ServerBuilderGenerator.kt:461 */
|
160 254 | impl ::std::convert::From<Builder> for crate::output::ResultOutput {
|
161 255 | fn from(builder: Builder) -> Self {
|
162 256 | builder.build()
|
163 257 | }
|
164 258 | }
|
165 - | /// A builder for [`ResultOutput`](crate::output::ResultOutput).
|
259 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`ResultOutput`](crate::output::ResultOutput).
|
260 + | /* RustType.kt:516 */
|
166 261 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
262 + | /* ServerBuilderGenerator.kt:211 */
|
167 263 | pub struct Builder {
|
264 + | /* ServerBuilderGenerator.kt:308 */
|
168 265 | pub(crate) pv_member: ::std::option::Option<bool>,
|
266 + | /* ServerBuilderGenerator.kt:211 */
|
169 267 | }
|
268 + | /* ServerBuilderGenerator.kt:215 */
|
170 269 | impl Builder {
|
270 + | /* ServerBuilderGenerator.kt:331 */
|
171 271 | #[allow(missing_docs)] // documentation missing in model
|
272 + | /* ServerBuilderGenerator.kt:343 */
|
172 273 | pub fn pv_member(mut self, input: ::std::option::Option<bool>) -> Self {
|
173 - | self.pv_member = input;
|
274 + | /* ServerBuilderGenerator.kt:344 */
|
275 + | self.pv_member =
|
276 + | /* ServerBuilderGenerator.kt:376 */input
|
277 + | /* ServerBuilderGenerator.kt:344 */;
|
174 278 | self
|
279 + | /* ServerBuilderGenerator.kt:343 */
|
175 280 | }
|
176 - | /// Consumes the builder and constructs a [`ResultOutput`](crate::output::ResultOutput).
|
281 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`ResultOutput`](crate::output::ResultOutput).
|
282 + | /* ServerBuilderGenerator.kt:271 */
|
177 283 | pub fn build(self) -> crate::output::ResultOutput {
|
178 284 | self.build_enforcing_all_constraints()
|
179 285 | }
|
286 + | /* ServerBuilderGenerator.kt:283 */
|
180 287 | fn build_enforcing_all_constraints(self) -> crate::output::ResultOutput {
|
288 + | /* ServerBuilderGenerator.kt:542 */
|
181 289 | crate::output::ResultOutput {
|
290 + | /* ServerBuilderGenerator.kt:546 */
|
182 291 | pv_member: self.pv_member,
|
292 + | /* ServerBuilderGenerator.kt:542 */
|
183 293 | }
|
294 + | /* ServerBuilderGenerator.kt:283 */
|
184 295 | }
|
296 + | /* ServerBuilderGenerator.kt:215 */
|
185 297 | }
|
298 + |
|
299 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
186 300 | }
|
187 - | /// See [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
301 + | /// /* ServerBuilderGenerator.kt:171 */See [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
188 302 | pub mod err_collisions_output {
|
189 303 |
|
304 + | /* ServerBuilderGenerator.kt:461 */
|
190 305 | impl ::std::convert::From<Builder> for crate::output::ErrCollisionsOutput {
|
191 306 | fn from(builder: Builder) -> Self {
|
192 307 | builder.build()
|
193 308 | }
|
194 309 | }
|
195 - | /// A builder for [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
310 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
311 + | /* RustType.kt:516 */
|
196 312 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
197 - | pub struct Builder {}
|
313 + | /* ServerBuilderGenerator.kt:211 */
|
314 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
315 + | /* ServerBuilderGenerator.kt:215 */
|
198 316 | impl Builder {
|
199 - | /// Consumes the builder and constructs a [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
317 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`ErrCollisionsOutput`](crate::output::ErrCollisionsOutput).
|
318 + | /* ServerBuilderGenerator.kt:271 */
|
200 319 | pub fn build(self) -> crate::output::ErrCollisionsOutput {
|
201 320 | self.build_enforcing_all_constraints()
|
202 321 | }
|
322 + | /* ServerBuilderGenerator.kt:283 */
|
203 323 | fn build_enforcing_all_constraints(self) -> crate::output::ErrCollisionsOutput {
|
204 - | crate::output::ErrCollisionsOutput {}
|
324 + | /* ServerBuilderGenerator.kt:542 */
|
325 + | crate::output::ErrCollisionsOutput {
|
326 + | /* ServerBuilderGenerator.kt:542 */}
|
327 + | /* ServerBuilderGenerator.kt:283 */
|
205 328 | }
|
329 + | /* ServerBuilderGenerator.kt:215 */
|
206 330 | }
|
331 + |
|
332 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
207 333 | }
|
208 - | /// See [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
334 + | /// /* ServerBuilderGenerator.kt:171 */See [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
209 335 | pub mod structure_name_punning_output {
|
210 336 |
|
337 + | /* ServerBuilderGenerator.kt:461 */
|
211 338 | impl ::std::convert::From<Builder> for crate::output::StructureNamePunningOutput {
|
212 339 | fn from(builder: Builder) -> Self {
|
213 340 | builder.build()
|
214 341 | }
|
215 342 | }
|
216 - | /// A builder for [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
343 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
344 + | /* RustType.kt:516 */
|
217 345 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
218 - | pub struct Builder {}
|
346 + | /* ServerBuilderGenerator.kt:211 */
|
347 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
348 + | /* ServerBuilderGenerator.kt:215 */
|
219 349 | impl Builder {
|
220 - | /// Consumes the builder and constructs a [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
350 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`StructureNamePunningOutput`](crate::output::StructureNamePunningOutput).
|
351 + | /* ServerBuilderGenerator.kt:271 */
|
221 352 | pub fn build(self) -> crate::output::StructureNamePunningOutput {
|
222 353 | self.build_enforcing_all_constraints()
|
223 354 | }
|
355 + | /* ServerBuilderGenerator.kt:283 */
|
224 356 | fn build_enforcing_all_constraints(self) -> crate::output::StructureNamePunningOutput {
|
225 - | crate::output::StructureNamePunningOutput {}
|
357 + | /* ServerBuilderGenerator.kt:542 */
|
358 + | crate::output::StructureNamePunningOutput {
|
359 + | /* ServerBuilderGenerator.kt:542 */}
|
360 + | /* ServerBuilderGenerator.kt:283 */
|
226 361 | }
|
362 + | /* ServerBuilderGenerator.kt:215 */
|
227 363 | }
|
364 + |
|
365 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
228 366 | }
|
229 - | /// See [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
367 + | /// /* ServerBuilderGenerator.kt:171 */See [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
230 368 | pub mod reserved_words_as_members_output {
|
231 369 |
|
370 + | /* ServerBuilderGenerator.kt:461 */
|
232 371 | impl ::std::convert::From<Builder> for crate::output::ReservedWordsAsMembersOutput {
|
233 372 | fn from(builder: Builder) -> Self {
|
234 373 | builder.build()
|
235 374 | }
|
236 375 | }
|
237 - | /// A builder for [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
376 + | /// /* ServerBuilderGenerator.kt:201 */A builder for [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
377 + | /* RustType.kt:516 */
|
238 378 | #[derive(::std::clone::Clone, ::std::default::Default, ::std::fmt::Debug)]
|
239 - | pub struct Builder {}
|
379 + | /* ServerBuilderGenerator.kt:211 */
|
380 + | pub struct Builder {/* ServerBuilderGenerator.kt:211 */}
|
381 + | /* ServerBuilderGenerator.kt:215 */
|
240 382 | impl Builder {
|
241 - | /// Consumes the builder and constructs a [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
383 + | /// /* ServerBuilderGenerator.kt:258 */Consumes the builder and constructs a [`ReservedWordsAsMembersOutput`](crate::output::ReservedWordsAsMembersOutput).
|
384 + | /* ServerBuilderGenerator.kt:271 */
|
242 385 | pub fn build(self) -> crate::output::ReservedWordsAsMembersOutput {
|
243 386 | self.build_enforcing_all_constraints()
|
244 387 | }
|
388 + | /* ServerBuilderGenerator.kt:283 */
|
245 389 | fn build_enforcing_all_constraints(self) -> crate::output::ReservedWordsAsMembersOutput {
|
246 - | crate::output::ReservedWordsAsMembersOutput {}
|
390 + | /* ServerBuilderGenerator.kt:542 */
|
391 + | crate::output::ReservedWordsAsMembersOutput {
|
392 + | /* ServerBuilderGenerator.kt:542 */}
|
393 + | /* ServerBuilderGenerator.kt:283 */
|
247 394 | }
|
395 + | /* ServerBuilderGenerator.kt:215 */
|
248 396 | }
|
397 + |
|
398 + | /* RustCrateInlineModuleComposingWriter.kt:299 */
|
249 399 | }
|