pub struct GetPredictionV1EventsSearchBuilder<'a> { /* private fields */ }Expand description
Additive request builder for getPredictionV1EventsSearch.
Implementations§
Source§impl<'a> GetPredictionV1EventsSearchBuilder<'a>
impl<'a> GetPredictionV1EventsSearchBuilder<'a>
Sourcepub fn provider(self, provider: GetPredictionV1EventsSearchProvider) -> Self
pub fn provider(self, provider: GetPredictionV1EventsSearchProvider) -> Self
Set the optional provider operation parameter.
Sourcepub async fn send(
self,
) -> Result<GetPredictionV1EventsSearchResponse, ApiOpError<Value>>
pub async fn send( self, ) -> Result<GetPredictionV1EventsSearchResponse, ApiOpError<Value>>
Send the request through the existing flat operation method.
Auto Trait Implementations§
impl<'a> !RefUnwindSafe for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> !UnwindSafe for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> Freeze for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> Send for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> Sync for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> Unpin for GetPredictionV1EventsSearchBuilder<'a>
impl<'a> UnsafeUnpin for GetPredictionV1EventsSearchBuilder<'a>
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