Struct async_openai::types::ListFineTuneResponse
source · pub struct ListFineTuneResponse {
pub object: String,
pub data: Vec<FineTune>,
}
Fields§
§object: String
§data: Vec<FineTune>
Trait Implementations§
source§impl Clone for ListFineTuneResponse
impl Clone for ListFineTuneResponse
source§fn clone(&self) -> ListFineTuneResponse
fn clone(&self) -> ListFineTuneResponse
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for ListFineTuneResponse
impl Debug for ListFineTuneResponse
source§impl<'de> Deserialize<'de> for ListFineTuneResponse
impl<'de> Deserialize<'de> for ListFineTuneResponse
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
source§impl PartialEq<ListFineTuneResponse> for ListFineTuneResponse
impl PartialEq<ListFineTuneResponse> for ListFineTuneResponse
source§fn eq(&self, other: &ListFineTuneResponse) -> bool
fn eq(&self, other: &ListFineTuneResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.