pub(crate) struct ExecPlan {
pub(crate) path: String,
pub(crate) args: Vec<String>,
}Fields§
§path: String§args: Vec<String>Auto Trait Implementations§
impl Freeze for ExecPlan
impl RefUnwindSafe for ExecPlan
impl Send for ExecPlan
impl Sync for ExecPlan
impl Unpin for ExecPlan
impl UnsafeUnpin for ExecPlan
impl UnwindSafe for ExecPlan
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