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
source§impl PartialEq<AudioInput> for AudioInput
impl PartialEq<AudioInput> for AudioInput
source§fn eq(&self, other: &AudioInput) -> bool
fn eq(&self, other: &AudioInput) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.impl StructuralPartialEq for AudioInput
Auto Trait Implementations§
impl RefUnwindSafe for AudioInput
impl Send for AudioInput
impl Sync for AudioInput
impl Unpin for AudioInput
impl UnwindSafe for AudioInput
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