pub struct ModuleTweak {
pub generate_types: Vec<TypeRefFactory>,
}
Fields§
§generate_types: Vec<TypeRefFactory>
Implementations§
source§impl ModuleTweak
impl ModuleTweak
Trait Implementations§
Auto Trait Implementations§
impl Freeze for ModuleTweak
impl RefUnwindSafe for ModuleTweak
impl Send for ModuleTweak
impl Sync for ModuleTweak
impl Unpin for ModuleTweak
impl UnwindSafe for ModuleTweak
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