pub struct CommandUtil;
Expand description
*struct: CommandUtil *desc: 命令工具类 适用于 linux shell 命令 *author: Listening *email: yuenxillar@163.com *date: 2024/10/02
Implementations§
Auto Trait Implementations§
impl Freeze for CommandUtil
impl RefUnwindSafe for CommandUtil
impl Send for CommandUtil
impl Sync for CommandUtil
impl Unpin for CommandUtil
impl UnwindSafe for CommandUtil
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