Struct rin::ecs::BuilderElseCreation [−][src]
#[must_use = "Systems built with a Builder won't be created until the build method is called"]pub struct BuilderElseCreation<'a, 'n, S, Else> { /* fields omitted */ }
Implementations
impl<'a, 'n, S, Else> BuilderElseCreation<'a, 'n, S, Else> where
S: 'static + CreationSystem,
Else: AnySystem<Box<dyn CreationSystem + 'static, Global>>,
[src]
impl<'a, 'n, S, Else> BuilderElseCreation<'a, 'n, S, Else> where
S: 'static + CreationSystem,
Else: AnySystem<Box<dyn CreationSystem + 'static, Global>>,
[src]pub fn name(self, name: &'n str) -> BuilderElseCreation<'a, 'n, S, Else>
[src]
pub fn needs<T>(self) -> BuilderElseCreation<'a, 'n, S, Else> where
T: 'static,
[src]
T: 'static,
pub fn updates<T>(self) -> BuilderElseCreation<'a, 'n, S, Else> where
T: 'static,
[src]
T: 'static,
pub fn reads<T>(self) -> BuilderElseCreation<'a, 'n, S, Else> where
T: 'static,
[src]
T: 'static,
pub fn writes<T>(self) -> BuilderElseCreation<'a, 'n, S, Else> where
T: 'static,
[src]
T: 'static,
pub fn dependencies_from<S2>(self) -> BuilderElseCreation<'a, 'n, S, Else> where
S2: CreationSystem,
[src]
S2: CreationSystem,
pub fn build(self) -> &'a mut World
[src]
Auto Trait Implementations
impl<'a, 'n, S, Else> !RefUnwindSafe for BuilderElseCreation<'a, 'n, S, Else>
impl<'a, 'n, S, Else> !Send for BuilderElseCreation<'a, 'n, S, Else>
impl<'a, 'n, S, Else> !Sync for BuilderElseCreation<'a, 'n, S, Else>
impl<'a, 'n, S, Else> Unpin for BuilderElseCreation<'a, 'n, S, Else> where
Else: Unpin,
S: Unpin,
Else: Unpin,
S: Unpin,
impl<'a, 'n, S, Else> !UnwindSafe for BuilderElseCreation<'a, 'n, S, Else>
Blanket Implementations
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]pub fn to_subset(&self) -> Option<SS>
[src]
pub fn is_in_subset(&self) -> bool
[src]
pub fn to_subset_unchecked(&self) -> SS
[src]
pub fn from_subset(element: &SS) -> SP
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]
impl<SS, SP> SupersetOf<SS> for SP where
SS: SubsetOf<SP>,
[src]