pub struct Chatkit<'c, C: Config> { /* private fields */ }Expand description
ChatKit API for managing sessions and threads.
Related guide: ChatKit
Implementations§
Auto Trait Implementations§
impl<'c, C> Freeze for Chatkit<'c, C>
impl<'c, C> !RefUnwindSafe for Chatkit<'c, C>
impl<'c, C> Send for Chatkit<'c, C>
impl<'c, C> Sync for Chatkit<'c, C>
impl<'c, C> Unpin for Chatkit<'c, C>
impl<'c, C> !UnwindSafe for Chatkit<'c, C>
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