pub struct TypeFunction {
pub args: Arc<Type>,
pub ret_ty: Arc<Type>,
pub range: Range,
}Fields§
§args: Arc<Type>§ret_ty: Arc<Type>§range: RangeTrait Implementations§
Source§impl Debug for TypeFunction
impl Debug for TypeFunction
Auto Trait Implementations§
impl Freeze for TypeFunction
impl RefUnwindSafe for TypeFunction
impl Send for TypeFunction
impl Sync for TypeFunction
impl Unpin for TypeFunction
impl UnwindSafe for TypeFunction
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