Struct twilight_http::request::template::update_template::UpdateTemplateError [−][src]
pub struct UpdateTemplateError { /* fields omitted */ }Expand description
Error emitted when the template can not be updated 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 UpdateTemplateError
impl Send for UpdateTemplateError
impl Sync for UpdateTemplateError
impl Unpin for UpdateTemplateError
impl UnwindSafe for UpdateTemplateError
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