pub struct ModuleBuilder<A> { /* private fields */ }
Expand description
Allows you to build a Module
Implementations§
Source§impl<A> ModuleBuilder<A>where
A: Any + 'static,
Creates an empty Self
with options ready for configuration.
impl<A> ModuleBuilder<A>where
A: Any + 'static,
Creates an empty Self
with options ready for configuration.
Auto Trait Implementations§
impl<A> Freeze for ModuleBuilder<A>where
A: Freeze,
impl<A> !RefUnwindSafe for ModuleBuilder<A>
impl<A> !Send for ModuleBuilder<A>
impl<A> !Sync for ModuleBuilder<A>
impl<A> Unpin for ModuleBuilder<A>where
A: Unpin,
impl<A> !UnwindSafe for ModuleBuilder<A>
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