pub struct GetBan<'a> { /* private fields */ }Expand description
Get information about a ban of a guild.
Includes the user banned and the reason.
Implementations§
Trait Implementations§
source§impl IntoFuture for GetBan<'_>
impl IntoFuture for GetBan<'_>
§type IntoFuture = ResponseFuture<Ban>
type IntoFuture = ResponseFuture<Ban>
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