pub struct Cmd {
pub bash: String,
pub params: Vec<String>,
pub terminal: bool,
pub refresh: bool,
}
Expand description
Cmd wraps options related to commands which can be added to a line using the
Fields§
§bash: String
§params: Vec<String>
§terminal: bool
§refresh: bool
Trait Implementations§
Auto Trait Implementations§
impl Freeze for Cmd
impl RefUnwindSafe for Cmd
impl Send for Cmd
impl Sync for Cmd
impl Unpin for Cmd
impl UnwindSafe for Cmd
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