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