Struct oxygengine_core::app::AppBuilder [−][src]
pub struct AppBuilder<'a, 'b> { /* fields omitted */ }
Implementations
pub fn with_bundle<ABI, D>(self, installer: ABI, data: D) -> Self where
ABI: FnMut(&mut AppBuilder<'a, 'b>, D),
[src]pub fn with_system<T>(self, system: T, name: &str, deps: &[&str]) -> Self where
T: for<'c> System<'c> + Send + 'a,
[src]pub fn install_bundle<ABI, D>(&mut self, installer: ABI, data: D) where
ABI: FnMut(&mut AppBuilder<'a, 'b>, D),
[src]pub fn install_system<T>(&mut self, system: T, name: &str, deps: &[&str]) where
T: for<'c> System<'c> + Send + 'a,
[src]Trait Implementations
Auto Trait Implementations
impl<'a, 'b> !RefUnwindSafe for AppBuilder<'a, 'b>
impl<'a, 'b> !Send for AppBuilder<'a, 'b>
impl<'a, 'b> !Sync for AppBuilder<'a, 'b>
impl<'a, 'b> Unpin for AppBuilder<'a, 'b>
impl<'a, 'b> !UnwindSafe for AppBuilder<'a, 'b>
Blanket Implementations
impl<T> Any for T where
T: Any,
impl<T> Any for T where
T: Any,
pub fn get_type_id(&self) -> TypeId
Mutably borrows from an owned value. Read more
Tries to create the default.
Calls try_default
and panics on an error case.