Enum MlPipelineScheduleKind
pub enum MlPipelineScheduleKind {
None,
Once,
Hourly,
Daily,
Weekly,
Monthly,
Cron,
EventDriven,
}Variants§
Implementations§
Trait Implementations§
§impl Clone for MlPipelineScheduleKind
impl Clone for MlPipelineScheduleKind
§fn clone(&self) -> MlPipelineScheduleKind
fn clone(&self) -> MlPipelineScheduleKind
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 MlPipelineScheduleKind
impl Debug for MlPipelineScheduleKind
§impl Display for MlPipelineScheduleKind
impl Display for MlPipelineScheduleKind
§impl FromStr for MlPipelineScheduleKind
impl FromStr for MlPipelineScheduleKind
§type Err = MlPipelineError
type Err = MlPipelineError
The associated error which can be returned from parsing.
§fn from_str(
value: &str,
) -> Result<MlPipelineScheduleKind, <MlPipelineScheduleKind as FromStr>::Err>
fn from_str( value: &str, ) -> Result<MlPipelineScheduleKind, <MlPipelineScheduleKind as FromStr>::Err>
Parses a string
s to return a value of this type. Read more§impl Hash for MlPipelineScheduleKind
impl Hash for MlPipelineScheduleKind
§impl Ord for MlPipelineScheduleKind
impl Ord for MlPipelineScheduleKind
§fn cmp(&self, other: &MlPipelineScheduleKind) -> Ordering
fn cmp(&self, other: &MlPipelineScheduleKind) -> 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 MlPipelineScheduleKind
impl PartialEq for MlPipelineScheduleKind
§impl PartialOrd for MlPipelineScheduleKind
impl PartialOrd for MlPipelineScheduleKind
impl Copy for MlPipelineScheduleKind
impl Eq for MlPipelineScheduleKind
impl StructuralPartialEq for MlPipelineScheduleKind
Auto Trait Implementations§
impl Freeze for MlPipelineScheduleKind
impl RefUnwindSafe for MlPipelineScheduleKind
impl Send for MlPipelineScheduleKind
impl Sync for MlPipelineScheduleKind
impl Unpin for MlPipelineScheduleKind
impl UnsafeUnpin for MlPipelineScheduleKind
impl UnwindSafe for MlPipelineScheduleKind
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