Struct tree_sitter_graph::ast::Call
source · pub struct Call {
pub function: Identifier,
pub parameters: Vec<Expression>,
}
Expand description
A function call
Fields§
§function: Identifier
§parameters: Vec<Expression>
Trait Implementations§
source§impl From<Call> for Expression
impl From<Call> for Expression
source§fn from(expr: Call) -> Expression
fn from(expr: Call) -> Expression
Converts to this type from the input type.
source§impl PartialEq for Call
impl PartialEq for Call
impl Eq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations§
impl Freeze for Call
impl RefUnwindSafe for Call
impl Send for Call
impl Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
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