pub struct ShellInfo {
pub name: String,
pub rc_file: PathBuf,
pub cache_file: PathBuf,
pub completion_line: String,
pub shell_flag: String,
}Expand description
Shell info for completion
Fields§
§name: String§rc_file: PathBuf§cache_file: PathBuf§completion_line: String§shell_flag: StringTrait Implementations§
Auto Trait Implementations§
impl Freeze for ShellInfo
impl RefUnwindSafe for ShellInfo
impl Send for ShellInfo
impl Sync for ShellInfo
impl Unpin for ShellInfo
impl UnsafeUnpin for ShellInfo
impl UnwindSafe for ShellInfo
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