pub struct V2Pipe {
pub start: V2Start,
pub steps: Vec<V2Step>,
}Expand description
v2 Pipe - a start value followed by transformation steps
Fields§
§start: V2Start§steps: Vec<V2Step>Trait Implementations§
impl StructuralPartialEq for V2Pipe
Auto Trait Implementations§
impl Freeze for V2Pipe
impl RefUnwindSafe for V2Pipe
impl Send for V2Pipe
impl Sync for V2Pipe
impl Unpin for V2Pipe
impl UnwindSafe for V2Pipe
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