pub struct TranscodeParams {
pub profile: String,
pub input_id: String,
pub args: Vec<String>,
}Fields§
§profile: String§input_id: String§args: Vec<String>Trait Implementations§
Source§impl Clone for TranscodeParams
impl Clone for TranscodeParams
Source§fn clone(&self) -> TranscodeParams
fn clone(&self) -> TranscodeParams
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 moreAuto Trait Implementations§
impl Freeze for TranscodeParams
impl RefUnwindSafe for TranscodeParams
impl Send for TranscodeParams
impl Sync for TranscodeParams
impl Unpin for TranscodeParams
impl UnwindSafe for TranscodeParams
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