pub struct NodeScanExec {
pub input: Option<PhysicalNodeId>,
pub var: VarId,
}Fields§
§input: Option<PhysicalNodeId>§var: VarIdTrait Implementations§
Source§impl Clone for NodeScanExec
impl Clone for NodeScanExec
Source§fn clone(&self) -> NodeScanExec
fn clone(&self) -> NodeScanExec
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 NodeScanExec
impl RefUnwindSafe for NodeScanExec
impl Send for NodeScanExec
impl Sync for NodeScanExec
impl Unpin for NodeScanExec
impl UnsafeUnpin for NodeScanExec
impl UnwindSafe for NodeScanExec
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