pub struct Registries<'a> {
pub sources: &'a SourceRegistry,
pub computes: &'a PrimitiveRegistry,
pub triggers: &'a TriggerRegistry,
pub actions: &'a ActionRegistry,
}Fields§
§sources: &'a SourceRegistry§computes: &'a PrimitiveRegistry§triggers: &'a TriggerRegistry§actions: &'a ActionRegistryAuto Trait Implementations§
impl<'a> !RefUnwindSafe for Registries<'a>
impl<'a> !Send for Registries<'a>
impl<'a> !Sync for Registries<'a>
impl<'a> !UnwindSafe for Registries<'a>
impl<'a> Freeze for Registries<'a>
impl<'a> Unpin for Registries<'a>
impl<'a> UnsafeUnpin for Registries<'a>
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