pub struct EntityRegistryManagerConfig {
pub vendor_config: VendorGeneratorConfig,
pub customer_config: CustomerGeneratorConfig,
pub material_config: MaterialGeneratorConfig,
pub asset_config: AssetGeneratorConfig,
pub employee_config: EmployeeGeneratorConfig,
}Expand description
Configuration for the entity registry manager.
Fields§
§vendor_config: VendorGeneratorConfigVendor generator configuration
customer_config: CustomerGeneratorConfigCustomer generator configuration
material_config: MaterialGeneratorConfigMaterial generator configuration
asset_config: AssetGeneratorConfigAsset generator configuration
employee_config: EmployeeGeneratorConfigEmployee generator configuration
Trait Implementations§
Source§impl Clone for EntityRegistryManagerConfig
impl Clone for EntityRegistryManagerConfig
Source§fn clone(&self) -> EntityRegistryManagerConfig
fn clone(&self) -> EntityRegistryManagerConfig
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for EntityRegistryManagerConfig
impl Debug for EntityRegistryManagerConfig
Source§impl Default for EntityRegistryManagerConfig
impl Default for EntityRegistryManagerConfig
Source§fn default() -> EntityRegistryManagerConfig
fn default() -> EntityRegistryManagerConfig
Returns the “default value” for a type. Read more
Auto Trait Implementations§
impl Freeze for EntityRegistryManagerConfig
impl RefUnwindSafe for EntityRegistryManagerConfig
impl Send for EntityRegistryManagerConfig
impl Sync for EntityRegistryManagerConfig
impl Unpin for EntityRegistryManagerConfig
impl UnwindSafe for EntityRegistryManagerConfig
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