Struct move_ir_types::ast::FunctionDependency
source · pub struct FunctionDependency {
pub name: FunctionName,
pub signature: FunctionSignature,
}
Expand description
An explicit function dependency
Fields§
§name: FunctionName
Name of the function dependency
signature: FunctionSignature
Signature of the function dependency
Trait Implementations§
source§impl Clone for FunctionDependency
impl Clone for FunctionDependency
source§fn clone(&self) -> FunctionDependency
fn clone(&self) -> FunctionDependency
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for FunctionDependency
impl Debug for FunctionDependency
source§impl Display for FunctionDependency
impl Display for FunctionDependency
source§impl PartialEq<FunctionDependency> for FunctionDependency
impl PartialEq<FunctionDependency> for FunctionDependency
source§fn eq(&self, other: &FunctionDependency) -> bool
fn eq(&self, other: &FunctionDependency) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.