pub struct Sink<F: RecFamily> { /* private fields */ }Expand description
A typed, Copy handle to one split branch — a branch index plus the
destination family, so SplitEmitter::emit both type-checks the row and
recovers the branch with zero per-call lookup. Minted by
SplitBuilder::add.
Trait Implementations§
Auto Trait Implementations§
impl<F> Freeze for Sink<F>
impl<F> RefUnwindSafe for Sink<F>
impl<F> Send for Sink<F>
impl<F> Sync for Sink<F>
impl<F> Unpin for Sink<F>
impl<F> UnsafeUnpin for Sink<F>
impl<F> UnwindSafe for Sink<F>
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