pub struct ChatCodecLib { /* private fields */ }Expand description
Host-registered lib for codec:chat, built on the shared
DomainCodecLib scaffold.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ChatCodecLib
impl RefUnwindSafe for ChatCodecLib
impl Send for ChatCodecLib
impl Sync for ChatCodecLib
impl Unpin for ChatCodecLib
impl UnsafeUnpin for ChatCodecLib
impl UnwindSafe for ChatCodecLib
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