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