Struct config_it::config::GroupContext
source · pub struct GroupContext {
pub group_id: GroupID,
pub template_type_id: TypeId,
pub sources: Arc<Vec<EntityData>>,
pub path: Arc<Vec<CompactString>>,
/* private fields */
}Expand description
May storage implement this
Fields§
§group_id: GroupID§template_type_id: TypeId§sources: Arc<Vec<EntityData>>§path: Arc<Vec<CompactString>>Path of instantiated config set.
Auto Trait Implementations§
impl !RefUnwindSafe for GroupContext
impl Send for GroupContext
impl Sync for GroupContext
impl Unpin for GroupContext
impl !UnwindSafe for GroupContext
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