pub struct Response(_);
Implementations
sourceimpl Response
impl Response
pub fn competition(&self) -> Result<Option<Competition>>
Trait Implementations
sourceimpl ApiCategoryResponse for Response
impl ApiCategoryResponse for Response
type Selection = Selection
fn from_response(response: ApiResponse) -> Self
Auto Trait Implementations
impl RefUnwindSafe for Response
impl Send for Response
impl Sync for Response
impl Unpin for Response
impl UnwindSafe for Response
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more