Struct twilight_http::request::guild::GetGuildInvites
source · pub struct GetGuildInvites<'a> { /* private fields */ }Expand description
Get information about the invites of a guild.
Requires the MANAGE_GUILD permission.
Implementations§
source§impl<'a> GetGuildInvites<'a>
impl<'a> GetGuildInvites<'a>
Trait Implementations§
source§impl IntoFuture for GetGuildInvites<'_>
impl IntoFuture for GetGuildInvites<'_>
§type Output = Result<Response<ListBody<Invite>>, Error>
type Output = Result<Response<ListBody<Invite>>, Error>
The output that the future will produce on completion.
§type IntoFuture = ResponseFuture<ListBody<Invite>>
type IntoFuture = ResponseFuture<ListBody<Invite>>
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