pub struct ShellApp {
pub process_name: &'static str,
}Fields§
§process_name: &'static strAuto Trait Implementations§
impl Freeze for ShellApp
impl RefUnwindSafe for ShellApp
impl Send for ShellApp
impl Sync for ShellApp
impl Unpin for ShellApp
impl UnsafeUnpin for ShellApp
impl UnwindSafe for ShellApp
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