pub struct PipeSpec {
pub name: &'static str,
pub input: ValueType,
pub output: ValueType,
}Expand description
Fields§
§name: &'static str§input: ValueType§output: ValueTypeTrait Implementations§
impl Copy for PipeSpec
impl Eq for PipeSpec
impl StructuralPartialEq for PipeSpec
Auto Trait Implementations§
impl Freeze for PipeSpec
impl RefUnwindSafe for PipeSpec
impl Send for PipeSpec
impl Sync for PipeSpec
impl Unpin for PipeSpec
impl UnsafeUnpin for PipeSpec
impl UnwindSafe for PipeSpec
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