Struct cleaver::analysis::semantic::calls::CallsUnknownFunction [] [src]

pub struct CallsUnknownFunction<'a> {
    pub call: &'a Node<Expression>,
    pub filename: String,
}

Fields

Trait Implementations

impl<'a> PartialEq for CallsUnknownFunction<'a>
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'a> Debug for CallsUnknownFunction<'a>
[src]

Formats the value using the given formatter.

impl<'a> Display for CallsUnknownFunction<'a>
[src]

Formats the value using the given formatter.

impl<'a> Error for CallsUnknownFunction<'a>
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more