Struct tree_sitter_graph::ast::Call
source · [−]pub struct Call {
pub function: Identifier,
pub parameters: Vec<Expression>,
}Expand description
A function call
Fields
function: Identifierparameters: Vec<Expression>Trait Implementations
sourceimpl From<Call> for Expression
impl From<Call> for Expression
sourcefn from(expr: Call) -> Expression
fn from(expr: Call) -> Expression
Converts to this type from the input type.
impl Eq for Call
impl StructuralEq for Call
impl StructuralPartialEq for Call
Auto Trait Implementations
impl RefUnwindSafe for Call
impl !Send for Call
impl !Sync for Call
impl Unpin for Call
impl UnwindSafe for Call
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more