pub struct CodeBin_default { /* private fields */ }Trait Implementations§
Source§impl Deref for CodeBin_default
impl Deref for CodeBin_default
impl LazyStatic for CodeBin_default
Auto Trait Implementations§
impl Freeze for CodeBin_default
impl RefUnwindSafe for CodeBin_default
impl Send for CodeBin_default
impl Sync for CodeBin_default
impl Unpin for CodeBin_default
impl UnwindSafe for CodeBin_default
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