#[non_exhaustive]pub struct StudioEncryptionConfiguration { /* private fields */ }
Expand description
Configuration of the encryption method that is used for the studio.
Implementations§
source§impl StudioEncryptionConfiguration
impl StudioEncryptionConfiguration
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture StudioEncryptionConfiguration
.
Trait Implementations§
source§impl Clone for StudioEncryptionConfiguration
impl Clone for StudioEncryptionConfiguration
source§fn clone(&self) -> StudioEncryptionConfiguration
fn clone(&self) -> StudioEncryptionConfiguration
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 PartialEq<StudioEncryptionConfiguration> for StudioEncryptionConfiguration
impl PartialEq<StudioEncryptionConfiguration> for StudioEncryptionConfiguration
source§fn eq(&self, other: &StudioEncryptionConfiguration) -> bool
fn eq(&self, other: &StudioEncryptionConfiguration) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.