pub enum FastInternalKind {
MathLoop,
MathFilter {
with_t: bool,
},
Branching,
BooleanChain,
TemplateLike,
MapReduce {
p1: i64,
},
MatchSwitch,
MixedWorkflow,
}Variants§
Trait Implementations§
Source§impl Clone for FastInternalKind
impl Clone for FastInternalKind
Source§fn clone(&self) -> FastInternalKind
fn clone(&self) -> FastInternalKind
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 moreAuto Trait Implementations§
impl Freeze for FastInternalKind
impl RefUnwindSafe for FastInternalKind
impl Send for FastInternalKind
impl Sync for FastInternalKind
impl Unpin for FastInternalKind
impl UnsafeUnpin for FastInternalKind
impl UnwindSafe for FastInternalKind
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