Struct twilight_http::request::guild::GetGuild
source · pub struct GetGuild<'a> { /* private fields */ }Expand description
Get information about a guild.
Implementations§
Trait Implementations§
source§impl IntoFuture for GetGuild<'_>
impl IntoFuture for GetGuild<'_>
§type IntoFuture = ResponseFuture<Guild>
type IntoFuture = ResponseFuture<Guild>
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