Struct openai_api_rs::v1::file::FileRetrieveContentRequest
source · pub struct FileRetrieveContentRequest {
pub file_id: String,
}
Fields§
§file_id: String
Trait Implementations§
source§impl Debug for FileRetrieveContentRequest
impl Debug for FileRetrieveContentRequest
Auto Trait Implementations§
impl RefUnwindSafe for FileRetrieveContentRequest
impl Send for FileRetrieveContentRequest
impl Sync for FileRetrieveContentRequest
impl Unpin for FileRetrieveContentRequest
impl UnwindSafe for FileRetrieveContentRequest
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