pub struct VideoProcessorEncryptionSettings {
pub encryption_key_url: String,
pub encryption_key_path: String,
pub iv: Option<String>,
}Fields§
§encryption_key_url: String§encryption_key_path: String§iv: Option<String>Trait Implementations§
Source§impl Clone for VideoProcessorEncryptionSettings
impl Clone for VideoProcessorEncryptionSettings
Source§fn clone(&self) -> VideoProcessorEncryptionSettings
fn clone(&self) -> VideoProcessorEncryptionSettings
Returns a duplicate 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 for VideoProcessorEncryptionSettings
impl PartialEq for VideoProcessorEncryptionSettings
Source§fn eq(&self, other: &VideoProcessorEncryptionSettings) -> bool
fn eq(&self, other: &VideoProcessorEncryptionSettings) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for VideoProcessorEncryptionSettings
impl StructuralPartialEq for VideoProcessorEncryptionSettings
Auto Trait Implementations§
impl Freeze for VideoProcessorEncryptionSettings
impl RefUnwindSafe for VideoProcessorEncryptionSettings
impl Send for VideoProcessorEncryptionSettings
impl Sync for VideoProcessorEncryptionSettings
impl Unpin for VideoProcessorEncryptionSettings
impl UnwindSafe for VideoProcessorEncryptionSettings
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more