pub struct SkipNode {
pub input: Box<PhysicalPlan>,
pub skip: u32,
}Fields§
§input: Box<PhysicalPlan>§skip: u32Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkipNode
impl RefUnwindSafe for SkipNode
impl Send for SkipNode
impl Sync for SkipNode
impl Unpin for SkipNode
impl UnsafeUnpin for SkipNode
impl UnwindSafe for SkipNode
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