pub struct GetWikiPage<'a> { /* private fields */ }Expand description
Get a WikiPage or image data.
Implementations§
Trait Implementations§
Source§impl IntoFuture for GetWikiPage<'_>
impl IntoFuture for GetWikiPage<'_>
Source§type Output = Result<WikiPage, OsuError>
type Output = Result<WikiPage, OsuError>
The output that the future will produce on completion.
Source§type IntoFuture = OsuFuture<GetWikiPage<'_>>
type IntoFuture = OsuFuture<GetWikiPage<'_>>
Which kind of future are we turning this into?
Source§fn into_future(self) -> Self::IntoFuture
fn into_future(self) -> Self::IntoFuture
Creates a future from a value. Read more
Auto Trait Implementations§
impl<'a> Freeze for GetWikiPage<'a>
impl<'a> !RefUnwindSafe for GetWikiPage<'a>
impl<'a> Send for GetWikiPage<'a>
impl<'a> Sync for GetWikiPage<'a>
impl<'a> Unpin for GetWikiPage<'a>
impl<'a> !UnwindSafe for GetWikiPage<'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