pub struct Function<'t> {
pub inputs: Box<[&'t Type]>,
pub output: &'t Type,
}
Fields§
§inputs: Box<[&'t Type]>
§output: &'t Type
Trait Implementations§
impl<'t> Eq for Function<'t>
impl<'t> StructuralPartialEq for Function<'t>
Auto Trait Implementations§
impl<'t> Freeze for Function<'t>
impl<'t> RefUnwindSafe for Function<'t>
impl<'t> Send for Function<'t>
impl<'t> Sync for Function<'t>
impl<'t> Unpin for Function<'t>
impl<'t> UnwindSafe for Function<'t>
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