pub struct FilePathAnnotation {
pub file_id: String,
}Expand description
A URL for the file that’s generated when the assistant used the code_interpreter tool.
Fields§
§file_id: StringThe ID of the file that was generated.
Trait Implementations§
Source§impl Clone for FilePathAnnotation
impl Clone for FilePathAnnotation
Source§fn clone(&self) -> FilePathAnnotation
fn clone(&self) -> FilePathAnnotation
Returns a duplicate 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 FilePathAnnotation
impl Debug for FilePathAnnotation
Source§impl<'de> Deserialize<'de> for FilePathAnnotation
impl<'de> Deserialize<'de> for FilePathAnnotation
Source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl Freeze for FilePathAnnotation
impl RefUnwindSafe for FilePathAnnotation
impl Send for FilePathAnnotation
impl Sync for FilePathAnnotation
impl Unpin for FilePathAnnotation
impl UnwindSafe for FilePathAnnotation
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