Struct async_openai::types::FileInput
source · pub struct FileInput {
pub path: PathBuf,
}
Fields§
§path: PathBuf
Implementations§
Trait Implementations§
source§impl PartialEq<FileInput> for FileInput
impl PartialEq<FileInput> for FileInput
impl StructuralPartialEq for FileInput
Auto Trait Implementations§
impl RefUnwindSafe for FileInput
impl Send for FileInput
impl Sync for FileInput
impl Unpin for FileInput
impl UnwindSafe for FileInput
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