AddResources

Trait AddResources 

Source
pub trait AddResources {
    // Required method
    fn add_to(self, app: &mut App);
}

Required Methods§

Source

fn add_to(self, app: &mut App)

Implementations on Foreign Types§

Source§

impl<T1: Send + Sync + 'static> AddResources for (T1,)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static> AddResources for (T1, T2)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static> AddResources for (T1, T2, T3)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static> AddResources for (T1, T2, T3, T4)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static, T8: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7, T8)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static, T8: Send + Sync + 'static, T9: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7, T8, T9)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static, T8: Send + Sync + 'static, T9: Send + Sync + 'static, T10: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static, T8: Send + Sync + 'static, T9: Send + Sync + 'static, T10: Send + Sync + 'static, T11: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11)

Source§

fn add_to(self, app: &mut App)

Source§

impl<T1: Send + Sync + 'static, T2: Send + Sync + 'static, T3: Send + Sync + 'static, T4: Send + Sync + 'static, T5: Send + Sync + 'static, T6: Send + Sync + 'static, T7: Send + Sync + 'static, T8: Send + Sync + 'static, T9: Send + Sync + 'static, T10: Send + Sync + 'static, T11: Send + Sync + 'static, T12: Send + Sync + 'static> AddResources for (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12)

Source§

fn add_to(self, app: &mut App)

Implementors§