pub struct UnwindNode {
pub input: Box<PhysicalPlan>,
pub expression: Expression,
pub alias: String,
}Fields§
§input: Box<PhysicalPlan>§expression: Expression§alias: StringTrait Implementations§
Source§impl Clone for UnwindNode
impl Clone for UnwindNode
Source§fn clone(&self) -> UnwindNode
fn clone(&self) -> UnwindNode
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · 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 UnwindNode
impl Debug for UnwindNode
Source§impl ExecutionPlan for UnwindNode
impl ExecutionPlan for UnwindNode
Auto Trait Implementations§
impl Freeze for UnwindNode
impl RefUnwindSafe for UnwindNode
impl Send for UnwindNode
impl Sync for UnwindNode
impl Unpin for UnwindNode
impl UnsafeUnpin for UnwindNode
impl UnwindSafe for UnwindNode
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