pub struct LmStudioCodecLib { /* private fields */ }Expand description
Host-registered lib for codec:lm-studio.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for LmStudioCodecLib
impl RefUnwindSafe for LmStudioCodecLib
impl Send for LmStudioCodecLib
impl Sync for LmStudioCodecLib
impl Unpin for LmStudioCodecLib
impl UnsafeUnpin for LmStudioCodecLib
impl UnwindSafe for LmStudioCodecLib
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