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