pub struct ClassfileCodecLib { /* private fields */ }Expand description
Host-registered library that installs the codec object and its browse Shapes.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ClassfileCodecLib
impl RefUnwindSafe for ClassfileCodecLib
impl Send for ClassfileCodecLib
impl Sync for ClassfileCodecLib
impl Unpin for ClassfileCodecLib
impl UnsafeUnpin for ClassfileCodecLib
impl UnwindSafe for ClassfileCodecLib
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