Enum espr::ast::FunctionCallName [−][src]
pub enum FunctionCallName {
BuiltInFunction(BuiltInFunction),
Reference(String),
}
Variants
BuiltInFunction(BuiltInFunction)
Tuple Fields of BuiltInFunction
Reference(String)
Tuple Fields of Reference
0: String
Trait Implementations
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for FunctionCallName
impl Send for FunctionCallName
impl Sync for FunctionCallName
impl Unpin for FunctionCallName
impl UnwindSafe for FunctionCallName
Blanket Implementations
Mutably borrows from an owned value. Read more