pub struct Pipeline<I, O> {
pub fun: fn(I) -> O,
}
Expand description
Fields§
§fun: fn(I) -> O
Implementations§
Auto Trait Implementations§
impl<I, O> Freeze for Pipeline<I, O>
impl<I, O> RefUnwindSafe for Pipeline<I, O>
impl<I, O> Send for Pipeline<I, O>
impl<I, O> Sync for Pipeline<I, O>
impl<I, O> Unpin for Pipeline<I, O>
impl<I, O> UnwindSafe for Pipeline<I, O>
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