pub struct GetPredictionV1EventsSearchResponse {
pub data: Vec<PredictionEvent>,
pub pagination: Option<PredictionPagination>,
}Fields§
§data: Vec<PredictionEvent>§pagination: Option<PredictionPagination>Trait Implementations§
Source§impl Clone for GetPredictionV1EventsSearchResponse
impl Clone for GetPredictionV1EventsSearchResponse
Source§fn clone(&self) -> GetPredictionV1EventsSearchResponse
fn clone(&self) -> GetPredictionV1EventsSearchResponse
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl<'de> Deserialize<'de> for GetPredictionV1EventsSearchResponse
impl<'de> Deserialize<'de> for GetPredictionV1EventsSearchResponse
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 Freeze for GetPredictionV1EventsSearchResponse
impl RefUnwindSafe for GetPredictionV1EventsSearchResponse
impl Send for GetPredictionV1EventsSearchResponse
impl Sync for GetPredictionV1EventsSearchResponse
impl Unpin for GetPredictionV1EventsSearchResponse
impl UnsafeUnpin for GetPredictionV1EventsSearchResponse
impl UnwindSafe for GetPredictionV1EventsSearchResponse
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