Skip to main content

ContainsFunctionCall

Struct ContainsFunctionCall 

Source
pub struct ContainsFunctionCall { /* private fields */ }

Implementations§

Trait Implementations§

Source§

impl AstVisitor for ContainsFunctionCall

Source§

fn visit_expr(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_expr_call(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_stat_for_in(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_stat_return(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_function(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_stat_function(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_stat_local_function(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_type(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_node(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_attr(&mut self, node: *mut c_void) -> bool

Source§

fn visit_generic_type(&mut self, node: *mut c_void) -> bool

Source§

fn visit_generic_type_pack(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_group(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_constant_nil(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_constant_bool(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_constant_number(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_constant_integer(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_constant_string(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_local(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_global(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_varargs(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_index_name(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_index_expr(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_table(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_unary(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_binary(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_type_assertion(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_if_else(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_interp_string(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_instantiate(&mut self, node: *mut c_void) -> bool

Source§

fn visit_expr_error(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_block(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_if(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_while(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_repeat(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_break(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_continue(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_expr(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_local(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_for(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_assign(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_compound_assign(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_type_alias(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_type_function(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_declare_function(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_declare_global(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_class(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_declare_extern_type(&mut self, node: *mut c_void) -> bool

Source§

fn visit_stat_error(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_reference(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_table(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_function(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_typeof(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_optional(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_union(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_intersection(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_singleton_bool(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_singleton_string(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_group(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_error(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_pack(&mut self, _node: *mut c_void) -> bool

Source§

fn visit_type_pack_explicit(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_pack_variadic(&mut self, node: *mut c_void) -> bool

Source§

fn visit_type_pack_generic(&mut self, node: *mut c_void) -> bool

Source§

impl Clone for ContainsFunctionCall

Source§

fn clone(&self) -> ContainsFunctionCall

Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§

fn clone_from(&mut self, source: &Self)

Performs copy-assignment from source. Read more
Source§

impl Debug for ContainsFunctionCall

Source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
Source§

impl Default for ContainsFunctionCall

Source§

fn default() -> Self

Returns the “default value” for a type. Read more

Auto Trait Implementations§

Blanket Implementations§

Source§

impl<T> Any for T
where T: 'static + ?Sized,

Source§

fn type_id(&self) -> TypeId

Gets the TypeId of self. Read more
Source§

impl<T> Borrow<T> for T
where T: ?Sized,

Source§

fn borrow(&self) -> &T

Immutably borrows from an owned value. Read more
Source§

impl<T> BorrowMut<T> for T
where T: ?Sized,

Source§

fn borrow_mut(&mut self) -> &mut T

Mutably borrows from an owned value. Read more
Source§

impl<T> CloneToUninit for T
where T: Clone,

Source§

unsafe fn clone_to_uninit(&self, dest: *mut u8)

🔬This is a nightly-only experimental API. (clone_to_uninit)
Performs copy-assignment from self to dest. Read more
Source§

impl<T> From<T> for T

Source§

fn from(t: T) -> T

Returns the argument unchanged.

Source§

impl<T, U> Into<U> for T
where U: From<T>,

Source§

fn into(self) -> U

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

Source§

impl<T> ToOwned for T
where T: Clone,

Source§

type Owned = T

The resulting type after obtaining ownership.
Source§

fn to_owned(&self) -> T

Creates owned data from borrowed data, usually by cloning. Read more
Source§

fn clone_into(&self, target: &mut T)

Uses borrowed data to replace owned data, usually by cloning. Read more
Source§

impl<T, U> TryFrom<U> for T
where U: Into<T>,

Source§

type Error = Infallible

The type returned in the event of a conversion error.
Source§

fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>

Performs the conversion.
Source§

impl<T, U> TryInto<U> for T
where U: TryFrom<T>,

Source§

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.
Source§

fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>

Performs the conversion.