pub struct GeneratedMasterData {
pub vendors: VendorPool,
pub customers: CustomerPool,
pub materials: MaterialPool,
pub assets: FixedAssetPool,
pub employees: EmployeePool,
pub registry: EntityRegistry,
}Expand description
Generated master data result.
Fields§
§vendors: VendorPoolVendor pool
customers: CustomerPoolCustomer pool
materials: MaterialPoolMaterial pool
assets: FixedAssetPoolFixed asset pool
employees: EmployeePoolEmployee pool
registry: EntityRegistryEntity registry with all entities
Trait Implementations§
Auto Trait Implementations§
impl Freeze for GeneratedMasterData
impl RefUnwindSafe for GeneratedMasterData
impl Send for GeneratedMasterData
impl Sync for GeneratedMasterData
impl Unpin for GeneratedMasterData
impl UnwindSafe for GeneratedMasterData
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