#[non_exhaustive]pub struct EncryptionContractConfigurationBuilder { /* private fields */ }
Expand description
A builder for EncryptionContractConfiguration
.
Implementations§
source§impl EncryptionContractConfigurationBuilder
impl EncryptionContractConfigurationBuilder
sourcepub fn preset_speke20_audio(self, input: PresetSpeke20Audio) -> Self
pub fn preset_speke20_audio(self, input: PresetSpeke20Audio) -> Self
A collection of audio encryption presets.
sourcepub fn set_preset_speke20_audio(self, input: Option<PresetSpeke20Audio>) -> Self
pub fn set_preset_speke20_audio(self, input: Option<PresetSpeke20Audio>) -> Self
A collection of audio encryption presets.
sourcepub fn preset_speke20_video(self, input: PresetSpeke20Video) -> Self
pub fn preset_speke20_video(self, input: PresetSpeke20Video) -> Self
A collection of video encryption presets.
sourcepub fn set_preset_speke20_video(self, input: Option<PresetSpeke20Video>) -> Self
pub fn set_preset_speke20_video(self, input: Option<PresetSpeke20Video>) -> Self
A collection of video encryption presets.
sourcepub fn build(self) -> EncryptionContractConfiguration
pub fn build(self) -> EncryptionContractConfiguration
Consumes the builder and constructs a EncryptionContractConfiguration
.
Trait Implementations§
source§impl Clone for EncryptionContractConfigurationBuilder
impl Clone for EncryptionContractConfigurationBuilder
source§fn clone(&self) -> EncryptionContractConfigurationBuilder
fn clone(&self) -> EncryptionContractConfigurationBuilder
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Default for EncryptionContractConfigurationBuilder
impl Default for EncryptionContractConfigurationBuilder
source§fn default() -> EncryptionContractConfigurationBuilder
fn default() -> EncryptionContractConfigurationBuilder
Returns the “default value” for a type. Read more
source§impl PartialEq<EncryptionContractConfigurationBuilder> for EncryptionContractConfigurationBuilder
impl PartialEq<EncryptionContractConfigurationBuilder> for EncryptionContractConfigurationBuilder
source§fn eq(&self, other: &EncryptionContractConfigurationBuilder) -> bool
fn eq(&self, other: &EncryptionContractConfigurationBuilder) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.