Struct ezno_checker::structures::modules::SynthesisedModule
source · pub struct SynthesisedModule {
pub module: Module,
/* private fields */
}Fields§
§module: ModuleImplementations§
source§impl SynthesisedModule
impl SynthesisedModule
pub fn get_exports(&self) -> &HashMap<String, Variable>
Auto Trait Implementations§
impl RefUnwindSafe for SynthesisedModule
impl Send for SynthesisedModule
impl Sync for SynthesisedModule
impl Unpin for SynthesisedModule
impl UnwindSafe for SynthesisedModule
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