pub struct CodeInterpreterFileOutput_Files {
pub mime_type: String,
pub file_id: String,
}
Fields§
§mime_type: String
The MIME type of the file.
file_id: String
The ID of the file.
Trait Implementations§
Source§impl Clone for CodeInterpreterFileOutput_Files
impl Clone for CodeInterpreterFileOutput_Files
Source§fn clone(&self) -> CodeInterpreterFileOutput_Files
fn clone(&self) -> CodeInterpreterFileOutput_Files
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 Default for CodeInterpreterFileOutput_Files
impl Default for CodeInterpreterFileOutput_Files
Source§fn default() -> CodeInterpreterFileOutput_Files
fn default() -> CodeInterpreterFileOutput_Files
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for CodeInterpreterFileOutput_Files
impl RefUnwindSafe for CodeInterpreterFileOutput_Files
impl Send for CodeInterpreterFileOutput_Files
impl Sync for CodeInterpreterFileOutput_Files
impl Unpin for CodeInterpreterFileOutput_Files
impl UnwindSafe for CodeInterpreterFileOutput_Files
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