pub struct CommandProbe {
pub command: String,
pub args: Vec<String>,
}Fields§
§command: String§args: Vec<String>Implementations§
Trait Implementations§
Source§impl EnvironmentProbe for CommandProbe
impl EnvironmentProbe for CommandProbe
Auto Trait Implementations§
impl Freeze for CommandProbe
impl RefUnwindSafe for CommandProbe
impl Send for CommandProbe
impl Sync for CommandProbe
impl Unpin for CommandProbe
impl UnsafeUnpin for CommandProbe
impl UnwindSafe for CommandProbe
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