pub struct CoreRegistries {
pub sources: SourceRegistry,
pub computes: PrimitiveRegistry,
pub triggers: TriggerRegistry,
pub actions: ActionRegistry,
}Fields§
§sources: SourceRegistry§computes: PrimitiveRegistry§triggers: TriggerRegistry§actions: ActionRegistryImplementations§
Source§impl CoreRegistries
impl CoreRegistries
pub fn new( sources: SourceRegistry, computes: ComputeRegistry, triggers: TriggerRegistry, actions: ActionRegistry, ) -> Self
Auto Trait Implementations§
impl !RefUnwindSafe for CoreRegistries
impl !Send for CoreRegistries
impl !Sync for CoreRegistries
impl !UnwindSafe for CoreRegistries
impl Freeze for CoreRegistries
impl Unpin for CoreRegistries
impl UnsafeUnpin for CoreRegistries
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