Struct golem_wasm_ast::analysis::AnalysedFunction
source · pub struct AnalysedFunction {
pub name: String,
pub params: Vec<AnalysedFunctionParameter>,
pub results: Vec<AnalysedFunctionResult>,
}
Fields§
§name: String
§params: Vec<AnalysedFunctionParameter>
§results: Vec<AnalysedFunctionResult>
Trait Implementations§
source§impl Clone for AnalysedFunction
impl Clone for AnalysedFunction
source§fn clone(&self) -> AnalysedFunction
fn clone(&self) -> AnalysedFunction
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 moreAuto Trait Implementations§
impl RefUnwindSafe for AnalysedFunction
impl Send for AnalysedFunction
impl Sync for AnalysedFunction
impl Unpin for AnalysedFunction
impl UnwindSafe for AnalysedFunction
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more