pub struct CodeInterpreterOutputImage {
pub url: String,
}
Expand description
The image output from the code interpreter.
Fields§
§url: String
The URL of the image output from the code interpreter.
Implementations§
Trait Implementations§
Source§impl Clone for CodeInterpreterOutputImage
impl Clone for CodeInterpreterOutputImage
Source§fn clone(&self) -> CodeInterpreterOutputImage
fn clone(&self) -> CodeInterpreterOutputImage
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 CodeInterpreterOutputImage
impl Debug for CodeInterpreterOutputImage
Source§impl<'de> Deserialize<'de> for CodeInterpreterOutputImage
impl<'de> Deserialize<'de> for CodeInterpreterOutputImage
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
impl StructuralPartialEq for CodeInterpreterOutputImage
Auto Trait Implementations§
impl Freeze for CodeInterpreterOutputImage
impl RefUnwindSafe for CodeInterpreterOutputImage
impl Send for CodeInterpreterOutputImage
impl Sync for CodeInterpreterOutputImage
impl Unpin for CodeInterpreterOutputImage
impl UnwindSafe for CodeInterpreterOutputImage
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