pub struct GetForecastCategoriesRequest {}Expand description
Returns the category names, parent ids, and markets for Event Contracts.
Implementations§
Source§impl GetForecastCategoriesRequest
impl GetForecastCategoriesRequest
Sourcepub async fn parse_response(
req: Response,
) -> Result<GetForecastCategoriesResponse>
pub async fn parse_response( req: Response, ) -> Result<GetForecastCategoriesResponse>
Parse the HTTP response into the response enum.
Trait Implementations§
Source§impl Clone for GetForecastCategoriesRequest
impl Clone for GetForecastCategoriesRequest
Source§fn clone(&self) -> GetForecastCategoriesRequest
fn clone(&self) -> GetForecastCategoriesRequest
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 GetForecastCategoriesRequest
impl Debug for GetForecastCategoriesRequest
Source§impl<'v_a> ValidateArgs<'v_a> for GetForecastCategoriesRequest
impl<'v_a> ValidateArgs<'v_a> for GetForecastCategoriesRequest
Auto Trait Implementations§
impl Freeze for GetForecastCategoriesRequest
impl RefUnwindSafe for GetForecastCategoriesRequest
impl Send for GetForecastCategoriesRequest
impl Sync for GetForecastCategoriesRequest
impl Unpin for GetForecastCategoriesRequest
impl UnsafeUnpin for GetForecastCategoriesRequest
impl UnwindSafe for GetForecastCategoriesRequest
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