Struct twilight_http::request::template::create_template::CreateTemplateError [−][src]
pub struct CreateTemplateError { /* fields omitted */ }Expand description
Error returned when the template can not be created as configured.
Implementations
Immutable reference to the type of error that occurred.
Consumes the error, returning the source error if there is any.
Consume the error, returning the owned error type nad the source error.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for CreateTemplateError
impl Send for CreateTemplateError
impl Sync for CreateTemplateError
impl Unpin for CreateTemplateError
impl UnwindSafe for CreateTemplateError
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more