Struct twilight_http::request::channel::webhook::execute_webhook::ExecuteWebhookError [−][src]
pub struct ExecuteWebhookError { /* fields omitted */ }Expand description
A webhook could not be executed.
Implementations
Immutable reference to the type of error that occurred.
Consume the error, returning the source error if there is any.
Consume the error, returning the owned error type and the source error.
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for ExecuteWebhookError
impl Send for ExecuteWebhookError
impl Sync for ExecuteWebhookError
impl Unpin for ExecuteWebhookError
impl !UnwindSafe for ExecuteWebhookError
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