pub enum PlanExecutionMode {
Manual,
Assisted,
Automated,
Supervised,
}Variants§
Implementations§
Trait Implementations§
Source§impl Clone for PlanExecutionMode
impl Clone for PlanExecutionMode
Source§fn clone(&self) -> PlanExecutionMode
fn clone(&self) -> PlanExecutionMode
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 PlanExecutionMode
impl Debug for PlanExecutionMode
Source§impl Display for PlanExecutionMode
impl Display for PlanExecutionMode
Source§impl FromStr for PlanExecutionMode
impl FromStr for PlanExecutionMode
Source§impl Hash for PlanExecutionMode
impl Hash for PlanExecutionMode
Source§impl Ord for PlanExecutionMode
impl Ord for PlanExecutionMode
Source§fn cmp(&self, other: &PlanExecutionMode) -> Ordering
fn cmp(&self, other: &PlanExecutionMode) -> Ordering
1.21.0 (const: unstable) · Source§fn max(self, other: Self) -> Selfwhere
Self: Sized,
fn max(self, other: Self) -> Selfwhere
Self: Sized,
Compares and returns the maximum of two values. Read more
Source§impl PartialEq for PlanExecutionMode
impl PartialEq for PlanExecutionMode
Source§fn eq(&self, other: &PlanExecutionMode) -> bool
fn eq(&self, other: &PlanExecutionMode) -> bool
Tests for
self and other values to be equal, and is used by ==.Source§impl PartialOrd for PlanExecutionMode
impl PartialOrd for PlanExecutionMode
impl Copy for PlanExecutionMode
impl Eq for PlanExecutionMode
impl StructuralPartialEq for PlanExecutionMode
Auto Trait Implementations§
impl Freeze for PlanExecutionMode
impl RefUnwindSafe for PlanExecutionMode
impl Send for PlanExecutionMode
impl Sync for PlanExecutionMode
impl Unpin for PlanExecutionMode
impl UnsafeUnpin for PlanExecutionMode
impl UnwindSafe for PlanExecutionMode
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