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 duplicate 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 for PredictionsUrls
impl PartialEq for PredictionsUrls
Source§impl Serialize for PredictionsUrls
impl Serialize for PredictionsUrls
impl StructuralPartialEq for PredictionsUrls
Auto Trait Implementations§
impl Freeze for PredictionsUrls
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