Struct golem_wasm_ast::analysis::AnalysedInstance
source · pub struct AnalysedInstance {
pub name: String,
pub funcs: Vec<AnalysedFunction>,
}
Fields§
§name: String
§funcs: Vec<AnalysedFunction>
Trait Implementations§
source§impl Clone for AnalysedInstance
impl Clone for AnalysedInstance
source§fn clone(&self) -> AnalysedInstance
fn clone(&self) -> AnalysedInstance
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 AnalysedInstance
impl Send for AnalysedInstance
impl Sync for AnalysedInstance
impl Unpin for AnalysedInstance
impl UnwindSafe for AnalysedInstance
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