File tree 1 file changed +3
-0
lines changed
1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -226,6 +226,7 @@ impl ClientEncryption {
226
226
227
227
/// Options for initializing a new `ClientEncryption`.
228
228
#[ derive( TypedBuilder ) ]
229
+ #[ builder( field_defaults( setter( into) ) ) ]
229
230
#[ non_exhaustive]
230
231
pub struct ClientEncryptionOptions {
231
232
/// The key vault `Client`.
@@ -246,6 +247,7 @@ pub struct ClientEncryptionOptions {
246
247
247
248
/// Options for creating a data key.
248
249
#[ derive( TypedBuilder ) ]
250
+ #[ builder( field_defaults( setter( into) ) ) ]
249
251
#[ non_exhaustive]
250
252
pub struct DataKeyOptions {
251
253
/// The master key document, a KMS-specific key used to encrypt the new data key.
@@ -316,6 +318,7 @@ pub enum MasterKey {
316
318
317
319
/// The options for explicit encryption.
318
320
#[ derive( TypedBuilder ) ]
321
+ #[ builder( field_defaults( setter( into) ) ) ]
319
322
#[ non_exhaustive]
320
323
pub struct EncryptOptions {
321
324
/// The key to use.
You can’t perform that action at this time.
0 commit comments