pub struct PythonCodecLib { /* private fields */ }Expand description
Host-registered library installing codec/python.
Implementations§
Trait Implementations§
Source§impl Default for PythonCodecLib
impl Default for PythonCodecLib
Auto Trait Implementations§
impl Freeze for PythonCodecLib
impl RefUnwindSafe for PythonCodecLib
impl Send for PythonCodecLib
impl Sync for PythonCodecLib
impl Unpin for PythonCodecLib
impl UnsafeUnpin for PythonCodecLib
impl UnwindSafe for PythonCodecLib
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