Struct async_openai::types::AudioInput
source · pub struct AudioInput {
pub path: PathBuf,
}
Fields§
§path: PathBuf
Implementations§
Trait Implementations§
source§impl Clone for AudioInput
impl Clone for AudioInput
source§fn clone(&self) -> AudioInput
fn clone(&self) -> AudioInput
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 Debug for AudioInput
impl Debug for AudioInput
source§impl Default for AudioInput
impl Default for AudioInput
source§fn default() -> AudioInput
fn default() -> AudioInput
Returns the “default value” for a type. Read more