pub struct TelegramWebhook { /* private fields */ }Expand description
Telegram webhook handler
Handles incoming webhook updates from Telegram. Use with a skyzen router.
Implementations§
Trait Implementations§
Source§impl Clone for TelegramWebhook
impl Clone for TelegramWebhook
Source§fn clone(&self) -> TelegramWebhook
fn clone(&self) -> TelegramWebhook
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for TelegramWebhook
impl !UnwindSafe for TelegramWebhook
impl Freeze for TelegramWebhook
impl Send for TelegramWebhook
impl Sync for TelegramWebhook
impl Unpin for TelegramWebhook
impl UnsafeUnpin for TelegramWebhook
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