pub struct PassOpt {
pub command: OsString,
pub rest: Vec<OsString>,
}Fields§
§command: OsString§rest: Vec<OsString>Trait Implementations§
Auto Trait Implementations§
impl Freeze for PassOpt
impl RefUnwindSafe for PassOpt
impl Send for PassOpt
impl Sync for PassOpt
impl Unpin for PassOpt
impl UnwindSafe for PassOpt
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