Struct twilight_util::link::webhook::WebhookParseError [−][src]
pub struct WebhookParseError { /* fields omitted */ }This is supported on crate feature
link only.Expand description
Error when parsing a webhook URL.
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 WebhookParseError
impl Send for WebhookParseError
impl Sync for WebhookParseError
impl Unpin for WebhookParseError
impl !UnwindSafe for WebhookParseError
Blanket Implementations
Mutably borrows from an owned value. Read more
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