Struct twilight_http::request::template::create_guild_from_template::CreateGuildFromTemplateError [−][src]
pub struct CreateGuildFromTemplateError { /* fields omitted */ }Implementations
Immutable reference to the type of error that occurred.
Consumes the error, returning the source error if there is any.
pub fn into_parts(
self
) -> (CreateGuildFromTemplateErrorType, Option<Box<dyn Error + Send + Sync>>)
pub fn into_parts(
self
) -> (CreateGuildFromTemplateErrorType, Option<Box<dyn Error + Send + Sync>>)
Consume the error, returning the owned error type nad the source error.