Struct openai_api_rs::v1::file::FileRetrieveContentResponse
source · pub struct FileRetrieveContentResponse {
pub id: String,
pub oejct: String,
pub bytes: i32,
pub created_at: i64,
pub filename: String,
pub purpose: String,
}
Fields§
§id: String
§oejct: String
§bytes: i32
§created_at: i64
§filename: String
§purpose: String
Trait Implementations§
source§impl Debug for FileRetrieveContentResponse
impl Debug for FileRetrieveContentResponse
source§impl<'de> Deserialize<'de> for FileRetrieveContentResponse
impl<'de> Deserialize<'de> for FileRetrieveContentResponse
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 RefUnwindSafe for FileRetrieveContentResponse
impl Send for FileRetrieveContentResponse
impl Sync for FileRetrieveContentResponse
impl Unpin for FileRetrieveContentResponse
impl UnwindSafe for FileRetrieveContentResponse
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