Struct gpt_batch_scribe::GptRequestBody
source · pub struct GptRequestBody { /* private fields */ }
Expand description
Body details of the API request.
Implementations§
Trait Implementations§
source§impl Debug for GptRequestBody
impl Debug for GptRequestBody
source§impl<'de> Deserialize<'de> for GptRequestBody
impl<'de> Deserialize<'de> for GptRequestBody
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 GptRequestBody
impl RefUnwindSafe for GptRequestBody
impl Send for GptRequestBody
impl Sync for GptRequestBody
impl Unpin for GptRequestBody
impl UnwindSafe for GptRequestBody
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