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 Clone for PredictionsUrls
impl Clone for PredictionsUrls
source§fn clone(&self) -> PredictionsUrls
fn clone(&self) -> PredictionsUrls
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 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
source§impl Display for PredictionsUrls
impl Display for PredictionsUrls
source§impl PartialEq<PredictionsUrls> for PredictionsUrls
impl PartialEq<PredictionsUrls> for PredictionsUrls
source§fn eq(&self, other: &PredictionsUrls) -> bool
fn eq(&self, other: &PredictionsUrls) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.source§impl Serialize for PredictionsUrls
impl Serialize for PredictionsUrls
impl StructuralPartialEq for PredictionsUrls
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