pub struct CrispasrChatSession(/* private fields */);Expand description
Opaque handle returned by crispasr_chat_open. Free with
crispasr_chat_close.
Auto Trait Implementations§
impl Freeze for CrispasrChatSession
impl RefUnwindSafe for CrispasrChatSession
impl Send for CrispasrChatSession
impl Sync for CrispasrChatSession
impl Unpin for CrispasrChatSession
impl UnsafeUnpin for CrispasrChatSession
impl UnwindSafe for CrispasrChatSession
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