@@ -157,7 +157,7 @@ impl NvIndexAttributesBuilder {
157
157
///
158
158
/// # Arguments
159
159
/// * `set` - `true` indicates that the attribute should have the value SET.
160
- /// `false`indicates that the attribute should have the value CLEAR.
160
+ /// `false`indicates that the attribute should have the value CLEAR.
161
161
pub fn with_pp_write ( mut self , set : bool ) -> Self {
162
162
self . nv_index_attributes . set_pp_write ( set) ;
163
163
self
@@ -167,7 +167,7 @@ impl NvIndexAttributesBuilder {
167
167
///
168
168
/// # Arguments
169
169
/// * `set` - `true` indicates that the attribute should have the value SET.
170
- /// `false`indicates that the attribute should have the value CLEAR.
170
+ /// `false`indicates that the attribute should have the value CLEAR.
171
171
pub fn with_owner_write ( mut self , set : bool ) -> Self {
172
172
self . nv_index_attributes . set_owner_write ( set) ;
173
173
self
@@ -177,7 +177,7 @@ impl NvIndexAttributesBuilder {
177
177
///
178
178
/// # Arguments
179
179
/// * `set` - `true` indicates that the attribute should have the value SET.
180
- /// `false`indicates that the attribute should have the value CLEAR.
180
+ /// `false`indicates that the attribute should have the value CLEAR.
181
181
pub fn with_auth_write ( mut self , set : bool ) -> Self {
182
182
self . nv_index_attributes . set_auth_write ( set) ;
183
183
self
@@ -187,7 +187,7 @@ impl NvIndexAttributesBuilder {
187
187
///
188
188
/// # Arguments
189
189
/// * `set` - `true` indicates that the attribute should have the value SET.
190
- /// `false`indicates that the attribute should have the value CLEAR.
190
+ /// `false`indicates that the attribute should have the value CLEAR.
191
191
pub fn with_policy_write ( mut self , set : bool ) -> Self {
192
192
self . nv_index_attributes . set_policy_write ( set) ;
193
193
self
@@ -206,7 +206,7 @@ impl NvIndexAttributesBuilder {
206
206
///
207
207
/// # Arguments
208
208
/// * `set` - `true` indicates that the attribute should have the value SET.
209
- /// `false`indicates that the attribute should have the value CLEAR.
209
+ /// `false`indicates that the attribute should have the value CLEAR.
210
210
pub fn with_policy_delete ( mut self , set : bool ) -> Self {
211
211
self . nv_index_attributes . set_policy_delete ( set) ;
212
212
self
@@ -216,7 +216,7 @@ impl NvIndexAttributesBuilder {
216
216
///
217
217
/// # Arguments
218
218
/// * `set` - `true` indicates that the attribute should have the value SET.
219
- /// `false`indicates that the attribute should have the value CLEAR.
219
+ /// `false`indicates that the attribute should have the value CLEAR.
220
220
pub fn with_write_locked ( mut self , set : bool ) -> Self {
221
221
self . nv_index_attributes . set_write_locked ( set) ;
222
222
self
@@ -226,7 +226,7 @@ impl NvIndexAttributesBuilder {
226
226
///
227
227
/// # Arguments
228
228
/// * `set` - `true` indicates that the attribute should have the value SET.
229
- /// `false`indicates that the attribute should have the value CLEAR.
229
+ /// `false`indicates that the attribute should have the value CLEAR.
230
230
pub fn with_write_all ( mut self , set : bool ) -> Self {
231
231
self . nv_index_attributes . set_write_all ( set) ;
232
232
self
@@ -236,7 +236,7 @@ impl NvIndexAttributesBuilder {
236
236
///
237
237
/// # Arguments
238
238
/// * `set` - `true` indicates that the attribute should have the value SET.
239
- /// `false`indicates that the attribute should have the value CLEAR.
239
+ /// `false`indicates that the attribute should have the value CLEAR.
240
240
pub fn with_write_define ( mut self , set : bool ) -> Self {
241
241
self . nv_index_attributes . set_write_define ( set) ;
242
242
self
@@ -246,7 +246,7 @@ impl NvIndexAttributesBuilder {
246
246
///
247
247
/// # Arguments
248
248
/// * `set` - `true` indicates that the attribute should have the value SET.
249
- /// `false`indicates that the attribute should have the value CLEAR.
249
+ /// `false`indicates that the attribute should have the value CLEAR.
250
250
pub fn with_write_stclear ( mut self , set : bool ) -> Self {
251
251
self . nv_index_attributes . set_write_stclear ( set) ;
252
252
self
@@ -256,7 +256,7 @@ impl NvIndexAttributesBuilder {
256
256
///
257
257
/// # Arguments
258
258
/// * `set` - `true` indicates that the attribute should have the value SET.
259
- /// `false`indicates that the attribute should have the value CLEAR.
259
+ /// `false`indicates that the attribute should have the value CLEAR.
260
260
pub fn with_global_lock ( mut self , set : bool ) -> Self {
261
261
self . nv_index_attributes . set_global_lock ( set) ;
262
262
self
@@ -266,7 +266,7 @@ impl NvIndexAttributesBuilder {
266
266
///
267
267
/// # Arguments
268
268
/// * `set` - `true` indicates that the attribute should have the value SET.
269
- /// `false`indicates that the attribute should have the value CLEAR.
269
+ /// `false`indicates that the attribute should have the value CLEAR.
270
270
pub fn with_pp_read ( mut self , set : bool ) -> Self {
271
271
self . nv_index_attributes . set_pp_read ( set) ;
272
272
self
@@ -276,7 +276,7 @@ impl NvIndexAttributesBuilder {
276
276
///
277
277
/// # Arguments
278
278
/// * `set` - `true` indicates that the attribute should have the value SET.
279
- /// `false`indicates that the attribute should have the value CLEAR.
279
+ /// `false`indicates that the attribute should have the value CLEAR.
280
280
pub fn with_owner_read ( mut self , set : bool ) -> Self {
281
281
self . nv_index_attributes . set_owner_read ( set) ;
282
282
self
@@ -286,7 +286,7 @@ impl NvIndexAttributesBuilder {
286
286
///
287
287
/// # Arguments
288
288
/// * `set` - `true` indicates that the attribute should have the value SET.
289
- /// `false`indicates that the attribute should have the value CLEAR.
289
+ /// `false`indicates that the attribute should have the value CLEAR.
290
290
pub fn with_auth_read ( mut self , set : bool ) -> Self {
291
291
self . nv_index_attributes . set_auth_read ( set) ;
292
292
self
@@ -296,7 +296,7 @@ impl NvIndexAttributesBuilder {
296
296
///
297
297
/// # Arguments
298
298
/// * `set` - `true` indicates that the attribute should have the value SET.
299
- /// `false`indicates that the attribute should have the value CLEAR.
299
+ /// `false`indicates that the attribute should have the value CLEAR.
300
300
pub fn with_policy_read ( mut self , set : bool ) -> Self {
301
301
self . nv_index_attributes . set_policy_read ( set) ;
302
302
self
@@ -306,7 +306,7 @@ impl NvIndexAttributesBuilder {
306
306
///
307
307
/// # Arguments
308
308
/// * `set` - `true` indicates that the attribute should have the value SET.
309
- /// `false`indicates that the attribute should have the value CLEAR.
309
+ /// `false`indicates that the attribute should have the value CLEAR.
310
310
pub fn with_no_da ( mut self , set : bool ) -> Self {
311
311
self . nv_index_attributes . set_no_da ( set) ;
312
312
self
@@ -316,7 +316,7 @@ impl NvIndexAttributesBuilder {
316
316
///
317
317
/// # Arguments
318
318
/// * `set` - `true` indicates that the attribute should have the value SET.
319
- /// `false`indicates that the attribute should have the value CLEAR.
319
+ /// `false`indicates that the attribute should have the value CLEAR.
320
320
pub fn with_orderly ( mut self , set : bool ) -> Self {
321
321
self . nv_index_attributes . set_orderly ( set) ;
322
322
self
@@ -326,7 +326,7 @@ impl NvIndexAttributesBuilder {
326
326
///
327
327
/// # Arguments
328
328
/// * `set` - `true` indicates that the attribute should have the value SET.
329
- /// `false`indicates that the attribute should have the value CLEAR.
329
+ /// `false`indicates that the attribute should have the value CLEAR.
330
330
pub fn with_clear_stclear ( mut self , set : bool ) -> Self {
331
331
self . nv_index_attributes . set_clear_stclear ( set) ;
332
332
self
@@ -336,7 +336,7 @@ impl NvIndexAttributesBuilder {
336
336
///
337
337
/// # Arguments
338
338
/// * `set` - `true` indicates that the attribute should have the value SET.
339
- /// `false`indicates that the attribute should have the value CLEAR.
339
+ /// `false`indicates that the attribute should have the value CLEAR.
340
340
pub fn with_read_locked ( mut self , set : bool ) -> Self {
341
341
self . nv_index_attributes . set_read_locked ( set) ;
342
342
self
@@ -346,7 +346,7 @@ impl NvIndexAttributesBuilder {
346
346
///
347
347
/// # Arguments
348
348
/// * `set` - `true` indicates that the attribute should have the value SET.
349
- /// `false`indicates that the attribute should have the value CLEAR.
349
+ /// `false`indicates that the attribute should have the value CLEAR.
350
350
pub fn with_written ( mut self , set : bool ) -> Self {
351
351
self . nv_index_attributes . set_written ( set) ;
352
352
self
@@ -356,7 +356,7 @@ impl NvIndexAttributesBuilder {
356
356
///
357
357
/// # Arguments
358
358
/// * `set` - `true` indicates that the attribute should have the value SET.
359
- /// `false`indicates that the attribute should have the value CLEAR.
359
+ /// `false`indicates that the attribute should have the value CLEAR.
360
360
pub fn with_platform_create ( mut self , set : bool ) -> Self {
361
361
self . nv_index_attributes . set_platform_create ( set) ;
362
362
self
@@ -366,7 +366,7 @@ impl NvIndexAttributesBuilder {
366
366
///
367
367
/// # Arguments
368
368
/// * `set` - `true` indicates that the attribute should have the value SET.
369
- /// `false`indicates that the attribute should have the value CLEAR.
369
+ /// `false`indicates that the attribute should have the value CLEAR.
370
370
pub fn with_read_stclear ( mut self , set : bool ) -> Self {
371
371
self . nv_index_attributes . set_read_stclear ( set) ;
372
372
self
0 commit comments