Struct whatsappweb::connection::WhatsappWebConnection[][src]

pub struct WhatsappWebConnection<H: WhatsappWebHandler + Send + Sync + 'static> { /* fields omitted */ }

Methods

impl<H: WhatsappWebHandler<H> + Send + Sync> WhatsappWebConnection<H>
[src]

Trait Implementations

impl<H: WhatsappWebHandler + Send + Sync + 'static> Clone for WhatsappWebConnection<H>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

Auto Trait Implementations