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