Struct oxygengine_core::ecs::shred::DefaultProvider [−][src]
pub struct DefaultProvider;
Expand description
A SetupHandler
that simply uses the default implementation.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for DefaultProvider
impl Send for DefaultProvider
impl Sync for DefaultProvider
impl Unpin for DefaultProvider
impl UnwindSafe for DefaultProvider
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