pub struct GraphSchedulerPluginSystem<const LOCKING: bool> { /* private fields */ }Implementations§
Source§impl<const LOCKING: bool> GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> GraphSchedulerPluginSystem<LOCKING>
pub fn name(self, name: impl Into<Cow<'static, str>>) -> Self
pub fn inject_into(self, name: impl Into<Cow<'static, str>>) -> Self
pub fn condition<T: UniverseCondition>(self) -> Self
pub fn local<T: Component>(self, component: T) -> Self
pub fn local_raw(self, component: DynamicManaged) -> Self
pub fn commit(self) -> GraphSchedulerPlugin<LOCKING>
Auto Trait Implementations§
impl<const LOCKING: bool> Freeze for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> !RefUnwindSafe for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> Send for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> Sync for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> Unpin for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> UnsafeUnpin for GraphSchedulerPluginSystem<LOCKING>
impl<const LOCKING: bool> !UnwindSafe for GraphSchedulerPluginSystem<LOCKING>
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