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