pub struct 命令行 {
pub 参数: 命令行参数,
pub 输出目录: PathBuf,
}
Expand description
通过命令行来使用 libchai 的入口,实现了界面特征
Fields§
§参数: 命令行参数
§输出目录: PathBuf
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for 命令行
impl RefUnwindSafe for 命令行
impl Send for 命令行
impl Sync for 命令行
impl Unpin for 命令行
impl UnwindSafe for 命令行
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