pub struct ExprCall {
pub expr: Box<Expr>,
pub args: ArgList,
}
Expand description
A function call expression: foo(42)
or foo({ bar: 42 })
.
Fields§
§expr: Box<Expr>
§args: ArgList
Trait Implementations§
Source§impl From<ExprPayable> for ExprCall
impl From<ExprPayable> for ExprCall
Source§fn from(value: ExprPayable) -> Self
fn from(value: ExprPayable) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ExprCall
impl RefUnwindSafe for ExprCall
impl !Send for ExprCall
impl !Sync for ExprCall
impl Unpin for ExprCall
impl UnwindSafe for ExprCall
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
Source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
Layout§
Note: Most layout information is completely unstable and may even differ between compilations. The only exception is types with certain repr(...)
attributes. Please see the Rust Reference's “Type Layout” chapter for details on type layout guarantees.
Size: 72 bytes