pub struct Chat<'c, P: Provider, H: HttpClient> { /* private fields */ }
Implementations§
Source§impl<'c, P, H> Chat<'c, P, H>where
P: Provider,
H: HttpClient,
impl<'c, P, H> Chat<'c, P, H>where
P: Provider,
H: HttpClient,
Trait Implementations§
Auto Trait Implementations§
impl<'c, P, H> Freeze for Chat<'c, P, H>
impl<'c, P, H> RefUnwindSafe for Chat<'c, P, H>where
P: RefUnwindSafe,
H: RefUnwindSafe,
impl<'c, P, H> Send for Chat<'c, P, H>
impl<'c, P, H> Sync for Chat<'c, P, H>
impl<'c, P, H> Unpin for Chat<'c, P, H>
impl<'c, P, H> UnwindSafe for Chat<'c, P, H>where
P: RefUnwindSafe,
H: 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