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