Struct rosu_render::request::GetSkinCustom
source · pub struct GetSkinCustom<'a> { /* private fields */ }Expand description
Get SkinInfo of a custom skin.
Trait Implementations§
source§impl IntoFuture for &mut GetSkinCustom<'_>
impl IntoFuture for &mut GetSkinCustom<'_>
§type Output = Result<SkinInfo, ClientError>
type Output = Result<SkinInfo, ClientError>
The output that the future will produce on completion.
§type IntoFuture = OrdrFuture<SkinInfo>
type IntoFuture = OrdrFuture<SkinInfo>
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
source§impl IntoFuture for GetSkinCustom<'_>
impl IntoFuture for GetSkinCustom<'_>
§type Output = Result<SkinInfo, ClientError>
type Output = Result<SkinInfo, ClientError>
The output that the future will produce on completion.
§type IntoFuture = OrdrFuture<SkinInfo>
type IntoFuture = OrdrFuture<SkinInfo>
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> !RefUnwindSafe for GetSkinCustom<'a>
impl<'a> Send for GetSkinCustom<'a>
impl<'a> Sync for GetSkinCustom<'a>
impl<'a> Unpin for GetSkinCustom<'a>
impl<'a> !UnwindSafe for GetSkinCustom<'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