Struct module_generation::ModuleGenerator
source · [−]pub struct ModuleGenerator<'a> { /* private fields */ }Implementations
sourceimpl<'a> ModuleGenerator<'a>
impl<'a> ModuleGenerator<'a>
pub fn create(
gen: &'a mut StdRng,
options: ModuleGeneratorOptions,
callable_modules: &BTreeSet<Symbol>
) -> ModuleDefinition
Auto Trait Implementations
impl<'a> RefUnwindSafe for ModuleGenerator<'a>
impl<'a> Send for ModuleGenerator<'a>
impl<'a> Sync for ModuleGenerator<'a>
impl<'a> Unpin for ModuleGenerator<'a>
impl<'a> !UnwindSafe for ModuleGenerator<'a>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for T where
T: ?Sized,
impl<T> BorrowMut<T> for T where
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more