pub struct Split {
pub output: Vec<OutField>,
pub func: Box<dyn Send + FnMut(Arc<dyn Array>, &mut [&mut VarArray]) -> Result<()>>,
}Fields
output: Vec<OutField>func: Box<dyn Send + FnMut(Arc<dyn Array>, &mut [&mut VarArray]) -> Result<()>>Auto Trait Implementations
impl !RefUnwindSafe for Split
impl Send for Split
impl !Sync for Split
impl Unpin for Split
impl !UnwindSafe for Split
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more