pub struct StartOptions {
pub on_message: MessageHandler,
pub long_poll_timeout_ms: Option<u64>,
}Fields§
§on_message: MessageHandler§long_poll_timeout_ms: Option<u64>Auto Trait Implementations§
impl !RefUnwindSafe for StartOptions
impl !UnwindSafe for StartOptions
impl Freeze for StartOptions
impl Send for StartOptions
impl Sync for StartOptions
impl Unpin for StartOptions
impl UnsafeUnpin for StartOptions
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