pub struct ChatCodec;Expand description
Provider-neutral transcript codec.
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChatCodec
impl RefUnwindSafe for ChatCodec
impl Send for ChatCodec
impl Sync for ChatCodec
impl Unpin for ChatCodec
impl UnsafeUnpin for ChatCodec
impl UnwindSafe for ChatCodec
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