Enum fluvio_smartengine::join::JoinFnKind [−][src]
Variants
Old(TypedFunc<(i32, i32), i32>)
New(TypedFunc<(i32, i32, u32), i32>)
Auto Trait Implementations
impl RefUnwindSafe for JoinFnKind
impl Send for JoinFnKind
impl Sync for JoinFnKind
impl Unpin for JoinFnKind
impl UnwindSafe for JoinFnKind
Blanket Implementations
Mutably borrows from an owned value. Read more
pub fn vzip(self) -> V
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
