pub struct CommandPattern;Expand description
Pattern for translating bash commands
Implementations§
Auto Trait Implementations§
impl Freeze for CommandPattern
impl RefUnwindSafe for CommandPattern
impl Send for CommandPattern
impl Sync for CommandPattern
impl Unpin for CommandPattern
impl UnwindSafe for CommandPattern
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