pub struct SkipOperator { /* private fields */ }Expand description
Skip operator.
Skips the first skip rows from the input.
Implementations§
Source§impl SkipOperator
impl SkipOperator
Trait Implementations§
Auto Trait Implementations§
impl Freeze for SkipOperator
impl !RefUnwindSafe for SkipOperator
impl Send for SkipOperator
impl Sync for SkipOperator
impl Unpin for SkipOperator
impl !UnwindSafe for SkipOperator
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