Struct move_ir_types::ast::FunctionDependency
source · pub struct FunctionDependency {
pub name: FunctionName,
pub signature: FunctionSignature,
}Expand description
An explicit function dependency
Fields§
§name: FunctionNameName of the function dependency
signature: FunctionSignatureSignature 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 ==.