Enum polars_plan::logical_plan::NodeInputs
source · pub enum NodeInputs {
Leaf,
Single(Node),
Many(Vec<Node>),
}
Variants§
Implementations§
Auto Trait Implementations§
impl Freeze for NodeInputs
impl RefUnwindSafe for NodeInputs
impl Send for NodeInputs
impl Sync for NodeInputs
impl Unpin for NodeInputs
impl UnwindSafe for NodeInputs
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