pub struct InvalidWebhookCategoryError(_);Trait Implementations§
source§impl Debug for InvalidWebhookCategoryError
impl Debug for InvalidWebhookCategoryError
source§impl Error for InvalidWebhookCategoryError
impl Error for InvalidWebhookCategoryError
1.30.0 · source§fn source(&self) -> Option<&(dyn Error + 'static)>
fn source(&self) -> Option<&(dyn Error + 'static)>
The lower-level source of this error, if any. Read more
1.0.0 · source§fn description(&self) -> &str
fn description(&self) -> &str
👎Deprecated since 1.42.0: use the Display impl or to_string()
source§impl PartialEq<InvalidWebhookCategoryError> for InvalidWebhookCategoryError
impl PartialEq<InvalidWebhookCategoryError> for InvalidWebhookCategoryError
source§fn eq(&self, other: &InvalidWebhookCategoryError) -> bool
fn eq(&self, other: &InvalidWebhookCategoryError) -> bool
This method tests for
self and other values to be equal, and is used
by ==.impl Eq for InvalidWebhookCategoryError
impl StructuralEq for InvalidWebhookCategoryError
impl StructuralPartialEq for InvalidWebhookCategoryError
Auto Trait Implementations§
impl RefUnwindSafe for InvalidWebhookCategoryError
impl Send for InvalidWebhookCategoryError
impl Sync for InvalidWebhookCategoryError
impl Unpin for InvalidWebhookCategoryError
impl UnwindSafe for InvalidWebhookCategoryError
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more