Enum botx_api::api::v4::notification::direct::models::DirectNotificationExpressError
source · pub enum DirectNotificationExpressError {
ChatNotFound(ChatNotFound),
ErrorFromMessagingService(ErrorFromMessagingService),
BotIsNotAChatMember(BotIsNotAChatMember),
StealthModeDisabled(StealthModeDisabled),
EventRecipientsListIsEmpty(EventRecipientsListIsEmpty),
FlowProcessingError(FlowProcessingError),
UnexpectedError(UnexpectedError),
Other,
}Variants§
ChatNotFound(ChatNotFound)
ErrorFromMessagingService(ErrorFromMessagingService)
BotIsNotAChatMember(BotIsNotAChatMember)
StealthModeDisabled(StealthModeDisabled)
EventRecipientsListIsEmpty(EventRecipientsListIsEmpty)
FlowProcessingError(FlowProcessingError)
UnexpectedError(UnexpectedError)
Other
Trait Implementations§
source§impl Clone for DirectNotificationExpressError
impl Clone for DirectNotificationExpressError
source§fn clone(&self) -> DirectNotificationExpressError
fn clone(&self) -> DirectNotificationExpressError
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moresource§impl<'de> Deserialize<'de> for DirectNotificationExpressError
impl<'de> Deserialize<'de> for DirectNotificationExpressError
source§fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where
__D: Deserializer<'de>,
fn deserialize<__D>(__deserializer: __D) -> Result<Self, __D::Error>where __D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
Auto Trait Implementations§
impl RefUnwindSafe for DirectNotificationExpressError
impl Send for DirectNotificationExpressError
impl Sync for DirectNotificationExpressError
impl Unpin for DirectNotificationExpressError
impl UnwindSafe for DirectNotificationExpressError
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