Struct rfw::ecs::system::InputMarker [−][src]
pub struct InputMarker;
Trait Implementations
impl<Input, Out, Func> SystemParamFunction<Input, Out, (), InputMarker> for Func where
Out: 'static,
Func: FnMut(In<Input>) -> Out + FnMut(In<Input>) + Send + Sync + 'static,
impl<Input, Out, Func> SystemParamFunction<Input, Out, (), InputMarker> for Func where
Out: 'static,
Func: FnMut(In<Input>) -> Out + FnMut(In<Input>) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <() as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F14: SystemParam,
F15: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F15 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F14: SystemParam,
F15: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F15 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14, F15) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F14: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F14: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F14 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13, F14) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F13: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F13 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, F13) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F12: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F12 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F11: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F11 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F10: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F10 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8, F9), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F9: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8, F9) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F9 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8, F9) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7, F8> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7, F8), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F8: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7, F8) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F8 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7, F8) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6, F7> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6, F7), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F7: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6, F7) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F7 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6, F7) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5, F6> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5, F6), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F6: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5, F6) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F6 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5, F6) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4, F5> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4, F5> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4, F5), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F5: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4, F5) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F5 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4, F5) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3, F4> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3, F4> SystemParamFunction<Input, Out, (F0, F1, F2, F3, F4), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F4: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3, F4) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F4 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3, F4) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2, F3> SystemParamFunction<Input, Out, (F0, F1, F2, F3), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2, F3> SystemParamFunction<Input, Out, (F0, F1, F2, F3), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F3: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2, F3) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F3 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2, F3) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1, F2> SystemParamFunction<Input, Out, (F0, F1, F2), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1, F2> SystemParamFunction<Input, Out, (F0, F1, F2), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F2: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1, F2) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F2 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1, F2) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0, F1> SystemParamFunction<Input, Out, (F0, F1), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0, F1> SystemParamFunction<Input, Out, (F0, F1), InputMarker> for Func where
Out: 'static,
F1: SystemParam,
F0: SystemParam,
Func: FnMut(In<Input>, F0, F1) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item, <<F1 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0, F1) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> Outimpl<Input, Out, Func, F0> SystemParamFunction<Input, Out, (F0,), InputMarker> for Func where
Out: 'static,
F0: SystemParam,
Func: FnMut(In<Input>, F0) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static,
impl<Input, Out, Func, F0> SystemParamFunction<Input, Out, (F0,), InputMarker> for Func where
Out: 'static,
F0: SystemParam,
Func: FnMut(In<Input>, F0) -> Out + FnMut(In<Input>, <<F0 as SystemParam>::Fetch as SystemParamFetch<'_>>::Item) + Send + Sync + 'static, pub fn run(
&mut self,
input: Input,
state: &mut <(F0,) as SystemParam>::Fetch,
system_state: &SystemState,
world: &World,
change_tick: u32
) -> OutAuto Trait Implementations
impl RefUnwindSafe for InputMarkerimpl Send for InputMarkerimpl Sync for InputMarkerimpl Unpin for InputMarkerimpl UnwindSafe for InputMarkerBlanket Implementations
Mutably borrows from an owned value. Read more
Convert Box<dyn Trait> (where Trait: Downcast) to Box<dyn Any>. Box<dyn Any> can
then be further downcast into Box<ConcreteType> where ConcreteType implements Trait. Read more
Convert Rc<Trait> (where Trait: Downcast) to Rc<Any>. Rc<Any> can then be
further downcast into Rc<ConcreteType> where ConcreteType implements Trait. Read more
Convert &Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &Any’s vtable from &Trait’s. Read more
Convert &mut Trait (where Trait: Downcast) to &Any. This is needed since Rust cannot
generate &mut Any’s vtable from &mut Trait’s. Read more
fn fmt_binary(self) -> FmtBinary<Self> where
Self: Binary,
fn fmt_binary(self) -> FmtBinary<Self> where
Self: Binary, Causes self to use its Binary implementation when Debug-formatted.
fn fmt_display(self) -> FmtDisplay<Self> where
Self: Display,
fn fmt_display(self) -> FmtDisplay<Self> where
Self: Display, Causes self to use its Display implementation when
Debug-formatted. Read more
fn fmt_lower_exp(self) -> FmtLowerExp<Self> where
Self: LowerExp,
fn fmt_lower_exp(self) -> FmtLowerExp<Self> where
Self: LowerExp, Causes self to use its LowerExp implementation when
Debug-formatted. Read more
fn fmt_lower_hex(self) -> FmtLowerHex<Self> where
Self: LowerHex,
fn fmt_lower_hex(self) -> FmtLowerHex<Self> where
Self: LowerHex, Causes self to use its LowerHex implementation when
Debug-formatted. Read more
Causes self to use its Octal implementation when Debug-formatted.
fn fmt_pointer(self) -> FmtPointer<Self> where
Self: Pointer,
fn fmt_pointer(self) -> FmtPointer<Self> where
Self: Pointer, Causes self to use its Pointer implementation when
Debug-formatted. Read more
fn fmt_upper_exp(self) -> FmtUpperExp<Self> where
Self: UpperExp,
fn fmt_upper_exp(self) -> FmtUpperExp<Self> where
Self: UpperExp, Causes self to use its UpperExp implementation when
Debug-formatted. Read more
fn fmt_upper_hex(self) -> FmtUpperHex<Self> where
Self: UpperHex,
fn fmt_upper_hex(self) -> FmtUpperHex<Self> where
Self: UpperHex, Causes self to use its UpperHex implementation when
Debug-formatted. Read more
Instruments this type with the provided Span, returning an
Instrumented wrapper. Read more
impl<T> Pipe for T where
T: ?Sized,
impl<T> Pipe for T where
T: ?Sized, Pipes by value. This is generally the method you want to use. Read more
Borrows self and passes that borrow into the pipe function. Read more
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R where
R: 'a,
fn pipe_ref_mut<'a, R>(&'a mut self, func: impl FnOnce(&'a mut Self) -> R) -> R where
R: 'a, Mutably borrows self and passes that borrow into the pipe function. Read more
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R where
Self: Borrow<B>,
B: 'a + ?Sized,
R: 'a,
fn pipe_borrow<'a, B, R>(&'a self, func: impl FnOnce(&'a B) -> R) -> R where
Self: Borrow<B>,
B: 'a + ?Sized,
R: 'a, Borrows self, then passes self.borrow() into the pipe function. Read more
fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R
) -> R where
Self: BorrowMut<B>,
B: 'a + ?Sized,
R: 'a,
fn pipe_borrow_mut<'a, B, R>(
&'a mut self,
func: impl FnOnce(&'a mut B) -> R
) -> R where
Self: BorrowMut<B>,
B: 'a + ?Sized,
R: 'a, Mutably borrows self, then passes self.borrow_mut() into the pipe
function. Read more
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R where
Self: AsRef<U>,
R: 'a,
U: 'a + ?Sized,
fn pipe_as_ref<'a, U, R>(&'a self, func: impl FnOnce(&'a U) -> R) -> R where
Self: AsRef<U>,
R: 'a,
U: 'a + ?Sized, Borrows self, then passes self.as_ref() into the pipe function.
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R where
Self: AsMut<U>,
R: 'a,
U: 'a + ?Sized,
fn pipe_as_mut<'a, U, R>(&'a mut self, func: impl FnOnce(&'a mut U) -> R) -> R where
Self: AsMut<U>,
R: 'a,
U: 'a + ?Sized, Mutably borrows self, then passes self.as_mut() into the pipe
function. Read more
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R where
Self: Deref<Target = T>,
T: 'a + ?Sized,
R: 'a,
fn pipe_deref<'a, T, R>(&'a self, func: impl FnOnce(&'a T) -> R) -> R where
Self: Deref<Target = T>,
T: 'a + ?Sized,
R: 'a, Borrows self, then passes self.deref() into the pipe function.
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self where
Self: Borrow<B>,
B: ?Sized,
fn tap_borrow<B>(self, func: impl FnOnce(&B)) -> Self where
Self: Borrow<B>,
B: ?Sized, Immutable access to the Borrow<B> of a value. Read more
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self where
Self: BorrowMut<B>,
B: ?Sized,
fn tap_borrow_mut<B>(self, func: impl FnOnce(&mut B)) -> Self where
Self: BorrowMut<B>,
B: ?Sized, Mutable access to the BorrowMut<B> of a value. Read more
Immutable access to the AsRef<R> view of a value. Read more
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self where
Self: AsMut<R>,
R: ?Sized,
fn tap_ref_mut<R>(self, func: impl FnOnce(&mut R)) -> Self where
Self: AsMut<R>,
R: ?Sized, Mutable access to the AsMut<R> view of a value. Read more
Immutable access to the Deref::Target of a value. Read more
Mutable access to the Deref::Target of a value. Read more
Calls .tap() only in debug builds, and is erased in release builds.
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> Self
fn tap_mut_dbg(self, func: impl FnOnce(&mut Self)) -> SelfCalls .tap_mut() only in debug builds, and is erased in release
builds. Read more
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self where
Self: Borrow<B>,
B: ?Sized,
fn tap_borrow_dbg<B>(self, func: impl FnOnce(&B)) -> Self where
Self: Borrow<B>,
B: ?Sized, Calls .tap_borrow() only in debug builds, and is erased in release
builds. Read more
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self where
Self: BorrowMut<B>,
B: ?Sized,
fn tap_borrow_mut_dbg<B>(self, func: impl FnOnce(&mut B)) -> Self where
Self: BorrowMut<B>,
B: ?Sized, Calls .tap_borrow_mut() only in debug builds, and is erased in release
builds. Read more
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self where
Self: AsRef<R>,
R: ?Sized,
fn tap_ref_dbg<R>(self, func: impl FnOnce(&R)) -> Self where
Self: AsRef<R>,
R: ?Sized, Calls .tap_ref() only in debug builds, and is erased in release
builds. Read more
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self where
Self: AsMut<R>,
R: ?Sized,
fn tap_ref_mut_dbg<R>(self, func: impl FnOnce(&mut R)) -> Self where
Self: AsMut<R>,
R: ?Sized, Calls .tap_ref_mut() only in debug builds, and is erased in release
builds. Read more
pub fn vzip(self) -> V