pub struct Bitcode;
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Bitcode
impl RefUnwindSafe for Bitcode
impl Send for Bitcode
impl Sync for Bitcode
impl Unpin for Bitcode
impl UnwindSafe for Bitcode
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