Struct gift_shop::account::AccountEventResolverRegistry
source · pub struct AccountEventResolverRegistry {
names: Vec<&'static str>,
type_id: TypeId,
applier: EventApplierFn<Account>,
}
Fields§
§names: Vec<&'static str>
§type_id: TypeId
§applier: EventApplierFn<Account>
Trait Implementations§
impl Collect for AccountEventResolverRegistry
Auto Trait Implementations§
impl RefUnwindSafe for AccountEventResolverRegistry
impl Send for AccountEventResolverRegistry
impl Sync for AccountEventResolverRegistry
impl Unpin for AccountEventResolverRegistry
impl UnwindSafe for AccountEventResolverRegistry
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