pub struct ModelListResponse {
pub object: String,
pub data: Vec<OpenAiModelInfo>,
}Fields§
§object: String§data: Vec<OpenAiModelInfo>Trait Implementations§
Source§impl Debug for ModelListResponse
impl Debug for ModelListResponse
Auto Trait Implementations§
impl Freeze for ModelListResponse
impl RefUnwindSafe for ModelListResponse
impl Send for ModelListResponse
impl Sync for ModelListResponse
impl Unpin for ModelListResponse
impl UnsafeUnpin for ModelListResponse
impl UnwindSafe for ModelListResponse
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