Struct replicate_rust::api_definitions::ListTraining
source · pub struct ListTraining {
pub previous: Option<String>,
pub next: Option<String>,
pub results: Vec<ListTrainingItem>,
}
Expand description
GET https://api.replicate.com/v1/trainings
Fields§
§previous: Option<String>
§next: Option<String>
§results: Vec<ListTrainingItem>
Trait Implementations§
source§impl Debug for ListTraining
impl Debug for ListTraining
source§impl<'de> Deserialize<'de> for ListTraining
impl<'de> Deserialize<'de> for ListTraining
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 ListTraining
impl Send for ListTraining
impl Sync for ListTraining
impl Unpin for ListTraining
impl UnwindSafe for ListTraining
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