pub struct FunctionCall {
pub arguments: Vec<TextNode>,
pub name: TextNode,
pub range: Range,
}Fields§
§arguments: Vec<TextNode>§name: TextNode§range: RangeTrait Implementations§
Source§impl Debug for FunctionCall
impl Debug for FunctionCall
Source§impl PartialEq for FunctionCall
impl PartialEq for FunctionCall
Source§fn eq(&self, other: &FunctionCall) -> bool
fn eq(&self, other: &FunctionCall) -> bool
Tests for
self and other values to be equal, and is used by ==.impl Eq for FunctionCall
impl StructuralPartialEq for FunctionCall
Auto Trait Implementations§
impl Freeze for FunctionCall
impl RefUnwindSafe for FunctionCall
impl Send for FunctionCall
impl Sync for FunctionCall
impl Unpin for FunctionCall
impl UnsafeUnpin for FunctionCall
impl UnwindSafe for FunctionCall
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