Struct replicate_rust::api_definitions::PredictionsUrls
source · pub struct PredictionsUrls {
pub cancel: String,
pub get: String,
}
Expand description
Prediction urls to iether cancel or get the prediction
Fields§
§cancel: String
§get: String
Trait Implementations§
source§impl Debug for PredictionsUrls
impl Debug for PredictionsUrls
source§impl<'de> Deserialize<'de> for PredictionsUrls
impl<'de> Deserialize<'de> for PredictionsUrls
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 PredictionsUrls
impl Send for PredictionsUrls
impl Sync for PredictionsUrls
impl Unpin for PredictionsUrls
impl UnwindSafe for PredictionsUrls
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