pub struct ShowOpt {
pub path: Option<PathBuf>,
pub line: String,
pub mode: ShowMode,
pub rest: Vec<OsString>,
}Fields§
§path: Option<PathBuf>§line: String§mode: ShowMode§rest: Vec<OsString>Trait Implementations§
Auto Trait Implementations§
impl Freeze for ShowOpt
impl RefUnwindSafe for ShowOpt
impl Send for ShowOpt
impl Sync for ShowOpt
impl Unpin for ShowOpt
impl UnwindSafe for ShowOpt
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