pub enum SmartModuleKind {
Filter,
Map,
ArrayMap,
Aggregate,
FilterMap,
Join,
Generic,
}Variants§
Trait Implementations§
Source§impl Clone for SmartModuleKind
impl Clone for SmartModuleKind
Source§fn clone(&self) -> SmartModuleKind
fn clone(&self) -> SmartModuleKind
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 moreSource§impl Debug for SmartModuleKind
impl Debug for SmartModuleKind
Source§impl Decoder for SmartModuleKind
impl Decoder for SmartModuleKind
Source§impl Default for SmartModuleKind
impl Default for SmartModuleKind
Source§impl Display for SmartModuleKind
impl Display for SmartModuleKind
Source§impl Encoder for SmartModuleKind
impl Encoder for SmartModuleKind
Source§impl PartialEq for SmartModuleKind
impl PartialEq for SmartModuleKind
impl StructuralPartialEq for SmartModuleKind
Auto Trait Implementations§
impl Freeze for SmartModuleKind
impl RefUnwindSafe for SmartModuleKind
impl Send for SmartModuleKind
impl Sync for SmartModuleKind
impl Unpin for SmartModuleKind
impl UnwindSafe for SmartModuleKind
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