Struct google_transcoder1_beta1::api::Aes128Encryption
source · [−]Expand description
Configuration for AES-128 encryption.
This type is not used in any activity, and only used as part of another schema.
Fields
key_uri: Option<String>
Required. URI of the key delivery service. This URI is inserted into the M3U8 header.
Trait Implementations
sourceimpl Clone for Aes128Encryption
impl Clone for Aes128Encryption
sourcefn clone(&self) -> Aes128Encryption
fn clone(&self) -> Aes128Encryption
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for Aes128Encryption
impl Debug for Aes128Encryption
sourceimpl Default for Aes128Encryption
impl Default for Aes128Encryption
sourcefn default() -> Aes128Encryption
fn default() -> Aes128Encryption
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for Aes128Encryption
impl<'de> Deserialize<'de> for Aes128Encryption
sourcefn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
sourceimpl Serialize for Aes128Encryption
impl Serialize for Aes128Encryption
impl Part for Aes128Encryption
Auto Trait Implementations
impl RefUnwindSafe for Aes128Encryption
impl Send for Aes128Encryption
impl Sync for Aes128Encryption
impl Unpin for Aes128Encryption
impl UnwindSafe for Aes128Encryption
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more