pub struct UnwindExec {
pub input: PhysicalNodeId,
pub expr: ResolvedExpr,
pub alias: VarId,
}Fields§
§input: PhysicalNodeId§expr: ResolvedExpr§alias: VarIdTrait Implementations§
Source§impl Clone for UnwindExec
impl Clone for UnwindExec
Source§fn clone(&self) -> UnwindExec
fn clone(&self) -> UnwindExec
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl Freeze for UnwindExec
impl RefUnwindSafe for UnwindExec
impl Send for UnwindExec
impl Sync for UnwindExec
impl Unpin for UnwindExec
impl UnsafeUnpin for UnwindExec
impl UnwindSafe for UnwindExec
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