pub struct ExprCall {
pub callee: Box<ExprS>,
pub args: Vec<ExprS>,
}Fields§
§callee: Box<ExprS>§args: Vec<ExprS>Trait Implementations§
impl StructuralPartialEq for ExprCall
Auto Trait Implementations§
impl Freeze for ExprCall
impl RefUnwindSafe for ExprCall
impl Send for ExprCall
impl Sync for ExprCall
impl Unpin for ExprCall
impl UnsafeUnpin 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