pub struct LogicInitializationPackage<LogicRequestType: 'static + Send + Sync + Debug, StorageRequestType: 'static + Send + Sync> {
pub executors: HashMap<Discriminant<LogicRequestType>, Executor<LogicRequestType, StorageRequestType>>,
pub storage_request_sender: Sender<StorageRequestType>,
}Fields§
§executors: HashMap<Discriminant<LogicRequestType>, Executor<LogicRequestType, StorageRequestType>>§storage_request_sender: Sender<StorageRequestType>Auto Trait Implementations§
impl<LogicRequestType, StorageRequestType> Freeze for LogicInitializationPackage<LogicRequestType, StorageRequestType>
impl<LogicRequestType, StorageRequestType> !RefUnwindSafe for LogicInitializationPackage<LogicRequestType, StorageRequestType>
impl<LogicRequestType, StorageRequestType> Send for LogicInitializationPackage<LogicRequestType, StorageRequestType>
impl<LogicRequestType, StorageRequestType> Sync for LogicInitializationPackage<LogicRequestType, StorageRequestType>
impl<LogicRequestType, StorageRequestType> Unpin for LogicInitializationPackage<LogicRequestType, StorageRequestType>
impl<LogicRequestType, StorageRequestType> !UnwindSafe for LogicInitializationPackage<LogicRequestType, StorageRequestType>
Blanket Implementations§
Source§impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedExplicit<'a, E> for Twhere
T: 'a,
Source§impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
impl<'a, T, E> AsTaggedImplicit<'a, E> for Twhere
T: 'a,
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