Struct moore_svlog::ty::ModuleType [−][src]
Expand description
A module instance.
Fields
ast: &'a Module<'a>
The AST node of the module.
env: ParamEnv
The parametrization of the module.
Trait Implementations
Performs the conversion.
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl<'a> !RefUnwindSafe for ModuleType<'a>
impl<'a> Send for ModuleType<'a>
impl<'a> Sync for ModuleType<'a>
impl<'a> Unpin for ModuleType<'a>
impl<'a> !UnwindSafe for ModuleType<'a>
Blanket Implementations
Mutably borrows from an owned value. Read more