pub struct TestCli {
pub command: String,
}Expand description
测试命令行工具
Fields§
§command: String命令
Trait Implementations§
Auto Trait Implementations§
impl Freeze for TestCli
impl RefUnwindSafe for TestCli
impl Send for TestCli
impl Sync for TestCli
impl Unpin for TestCli
impl UnsafeUnpin for TestCli
impl UnwindSafe for TestCli
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