Struct twilight_http::request::guild::role::UpdateRolePositions
source · pub struct UpdateRolePositions<'a> { /* private fields */ }Expand description
Modify the position of the roles.
The minimum amount of roles to modify, is a swap between two roles.
Implementations§
source§impl<'a> UpdateRolePositions<'a>
impl<'a> UpdateRolePositions<'a>
Trait Implementations§
source§impl IntoFuture for UpdateRolePositions<'_>
impl IntoFuture for UpdateRolePositions<'_>
§type Output = Result<Response<ListBody<Role>>, Error>
type Output = Result<Response<ListBody<Role>>, Error>
The output that the future will produce on completion.
§type IntoFuture = ResponseFuture<ListBody<Role>>
type IntoFuture = ResponseFuture<ListBody<Role>>
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