pub struct ResolvedStaticCallGeneric {
pub function: Rc<ResolvedFunction>,
pub arguments: Vec<ResolvedExpression>,
pub generic_types: Vec<ResolvedType>,
}
Fields§
§function: Rc<ResolvedFunction>
§arguments: Vec<ResolvedExpression>
§generic_types: Vec<ResolvedType>
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ResolvedStaticCallGeneric
impl !RefUnwindSafe for ResolvedStaticCallGeneric
impl !Send for ResolvedStaticCallGeneric
impl !Sync for ResolvedStaticCallGeneric
impl Unpin for ResolvedStaticCallGeneric
impl !UnwindSafe for ResolvedStaticCallGeneric
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