Struct botapi::ext::LongPoller
source · pub struct LongPoller { /* private fields */ }Expand description
Helper for fetching updates via long polling.
Implementations§
Auto Trait Implementations§
impl !RefUnwindSafe for LongPoller
impl Send for LongPoller
impl Sync for LongPoller
impl Unpin for LongPoller
impl !UnwindSafe for LongPoller
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