pub struct EngineContainer {
pub profile: Profile,
pub entities: Vec<String>,
}Fields§
§profile: Profile§entities: Vec<String>Auto Trait Implementations§
impl Freeze for EngineContainer
impl RefUnwindSafe for EngineContainer
impl Send for EngineContainer
impl Sync for EngineContainer
impl Unpin for EngineContainer
impl UnsafeUnpin for EngineContainer
impl UnwindSafe for EngineContainer
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