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