Struct replicate_rust::api_definitions::ListTrainingItem
source · pub struct ListTrainingItem {
pub id: String,
pub version: String,
pub urls: PredictionsUrls,
pub created_at: String,
pub started_at: String,
pub completed_at: String,
pub source: PredictionSource,
pub status: PredictionStatus,
}
Expand description
Each item of the list of trainings
Fields§
§id: String
§version: String
§urls: PredictionsUrls
§created_at: String
§started_at: String
§completed_at: String
§source: PredictionSource
§status: PredictionStatus
Trait Implementations§
source§impl Debug for ListTrainingItem
impl Debug for ListTrainingItem
source§impl<'de> Deserialize<'de> for ListTrainingItem
impl<'de> Deserialize<'de> for ListTrainingItem
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 ListTrainingItem
impl Send for ListTrainingItem
impl Sync for ListTrainingItem
impl Unpin for ListTrainingItem
impl UnwindSafe for ListTrainingItem
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