pub struct OpenAiFile(pub Value);
Tuple Fields§
§0: Value
Trait Implementations§
Source§impl Clone for OpenAiFile
impl Clone for OpenAiFile
Source§fn clone(&self) -> OpenAiFile
fn clone(&self) -> OpenAiFile
Returns a duplicate of the value. Read more
1.0.0 · Source§const fn clone_from(&mut self, source: &Self)
const fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moreSource§impl Debug for OpenAiFile
impl Debug for OpenAiFile
Source§impl<'de> Deserialize<'de> for OpenAiFile
impl<'de> Deserialize<'de> for OpenAiFile
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 OpenAiFile
impl RefUnwindSafe for OpenAiFile
impl Send for OpenAiFile
impl Sync for OpenAiFile
impl Unpin for OpenAiFile
impl UnwindSafe for OpenAiFile
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