pub struct StartWatchExecutionPlan {
pub build_plan: BuildExecutionPlan,
pub kill_previous_process_on_success: bool,
}Fields§
§build_plan: BuildExecutionPlan§kill_previous_process_on_success: boolTrait Implementations§
Source§impl Clone for StartWatchExecutionPlan
impl Clone for StartWatchExecutionPlan
Source§fn clone(&self) -> StartWatchExecutionPlan
fn clone(&self) -> StartWatchExecutionPlan
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for StartWatchExecutionPlan
impl Debug for StartWatchExecutionPlan
Source§impl PartialEq for StartWatchExecutionPlan
impl PartialEq for StartWatchExecutionPlan
Source§fn eq(&self, other: &StartWatchExecutionPlan) -> bool
fn eq(&self, other: &StartWatchExecutionPlan) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for StartWatchExecutionPlan
impl StructuralPartialEq for StartWatchExecutionPlan
Auto Trait Implementations§
impl Freeze for StartWatchExecutionPlan
impl RefUnwindSafe for StartWatchExecutionPlan
impl Send for StartWatchExecutionPlan
impl Sync for StartWatchExecutionPlan
impl Unpin for StartWatchExecutionPlan
impl UnsafeUnpin for StartWatchExecutionPlan
impl UnwindSafe for StartWatchExecutionPlan
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§impl<Q, K> Equivalent<K> for Q
impl<Q, K> Equivalent<K> for Q
Source§fn equivalent(&self, key: &K) -> bool
fn equivalent(&self, key: &K) -> bool
Compare self to
key and return true if they are equal.