pub struct ChatEvent<T>where
T: TelegramClient,{
pub api: Arc<API<T>>,
pub message: MessageEvent,
}Fields§
§api: Arc<API<T>>§message: MessageEventTrait Implementations§
Auto Trait Implementations§
impl<T> RefUnwindSafe for ChatEvent<T>where T: RefUnwindSafe,
impl<T> Send for ChatEvent<T>
impl<T> Sync for ChatEvent<T>
impl<T> Unpin for ChatEvent<T>
impl<T> UnwindSafe for ChatEvent<T>where T: RefUnwindSafe,
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