Enum PlanExecutionMode
pub enum PlanExecutionMode {
Manual,
Assisted,
Automated,
Supervised,
}Variants§
Implementations§
§impl PlanExecutionMode
impl PlanExecutionMode
pub const ALL: &'static [PlanExecutionMode]
pub const fn as_str(self) -> &'static str
Trait Implementations§
§impl Clone for PlanExecutionMode
impl Clone for PlanExecutionMode
§fn clone(&self) -> PlanExecutionMode
fn clone(&self) -> PlanExecutionMode
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more§impl Debug for PlanExecutionMode
impl Debug for PlanExecutionMode
§impl Display for PlanExecutionMode
impl Display for PlanExecutionMode
§impl FromStr for PlanExecutionMode
impl FromStr for PlanExecutionMode
§type Err = PlanningError
type Err = PlanningError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<PlanExecutionMode, <PlanExecutionMode as FromStr>::Err>
fn from_str( value: &str, ) -> Result<PlanExecutionMode, <PlanExecutionMode as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for PlanExecutionMode
impl Hash for PlanExecutionMode
§impl Ord for PlanExecutionMode
impl Ord for PlanExecutionMode
§fn cmp(&self, other: &PlanExecutionMode) -> Ordering
fn cmp(&self, other: &PlanExecutionMode) -> Ordering
1.21.0 · 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
§impl PartialEq for PlanExecutionMode
impl PartialEq for PlanExecutionMode
§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