pub struct Input<T>(pub Arc<T>);Expand description
A wrapper for the primary input data of the pipeline.
Tuple Fields§
§0: Arc<T>Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for Input<T>
impl<T> RefUnwindSafe for Input<T>where
T: RefUnwindSafe,
impl<T> Send for Input<T>
impl<T> Sync for Input<T>
impl<T> Unpin for Input<T>
impl<T> UnsafeUnpin for Input<T>
impl<T> UnwindSafe for Input<T>where
T: RefUnwindSafe,
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