Struct google_transcoder1_beta1::api::AudioChannel
source · [−]pub struct AudioChannel {
pub inputs: Option<Vec<AudioChannelInput>>,
}
Expand description
The audio channel.
This type is not used in any activity, and only used as part of another schema.
Fields
inputs: Option<Vec<AudioChannelInput>>
List of Job.inputs
for this audio channel.
Trait Implementations
sourceimpl Clone for AudioChannel
impl Clone for AudioChannel
sourcefn clone(&self) -> AudioChannel
fn clone(&self) -> AudioChannel
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 AudioChannel
impl Debug for AudioChannel
sourceimpl Default for AudioChannel
impl Default for AudioChannel
sourcefn default() -> AudioChannel
fn default() -> AudioChannel
Returns the “default value” for a type. Read more
sourceimpl<'de> Deserialize<'de> for AudioChannel
impl<'de> Deserialize<'de> for AudioChannel
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 AudioChannel
impl Serialize for AudioChannel
impl Part for AudioChannel
Auto Trait Implementations
impl RefUnwindSafe for AudioChannel
impl Send for AudioChannel
impl Sync for AudioChannel
impl Unpin for AudioChannel
impl UnwindSafe for AudioChannel
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