pub struct FunctionTypecheck {
pub general: Option<String>,
pub arguments: Vec<(usize, String)>,
pub return_type: VariableType,
}
Fields§
§general: Option<String>
§arguments: Vec<(usize, String)>
§return_type: VariableType
Trait Implementations§
Source§impl Debug for FunctionTypecheck
impl Debug for FunctionTypecheck
Source§impl Default for FunctionTypecheck
impl Default for FunctionTypecheck
Source§fn default() -> FunctionTypecheck
fn default() -> FunctionTypecheck
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for FunctionTypecheck
impl !RefUnwindSafe for FunctionTypecheck
impl !Send for FunctionTypecheck
impl !Sync for FunctionTypecheck
impl Unpin for FunctionTypecheck
impl !UnwindSafe for FunctionTypecheck
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