pub struct ModuleTweak<'l> {
pub generate_types: &'l [TypeRefFactory],
}
Fields§
§generate_types: &'l [TypeRefFactory]
Implementations§
Source§impl ModuleTweak<'_>
impl ModuleTweak<'_>
Trait Implementations§
Auto Trait Implementations§
impl<'l> Freeze for ModuleTweak<'l>
impl<'l> RefUnwindSafe for ModuleTweak<'l>
impl<'l> Send for ModuleTweak<'l>
impl<'l> Sync for ModuleTweak<'l>
impl<'l> Unpin for ModuleTweak<'l>
impl<'l> UnwindSafe for ModuleTweak<'l>
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