struct GIFTCARD_STATIC_EVENT_RESOLVER {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl Clone for GIFTCARD_STATIC_EVENT_RESOLVER
impl Clone for GIFTCARD_STATIC_EVENT_RESOLVER
source§fn clone(&self) -> GIFTCARD_STATIC_EVENT_RESOLVER
fn clone(&self) -> GIFTCARD_STATIC_EVENT_RESOLVER
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Deref for GIFTCARD_STATIC_EVENT_RESOLVER
impl Deref for GIFTCARD_STATIC_EVENT_RESOLVER
§type Target = EventResolverRegistry<GiftCard>
type Target = EventResolverRegistry<GiftCard>
The resulting type after dereferencing.
source§fn deref(&self) -> &EventResolverRegistry<GiftCard>
fn deref(&self) -> &EventResolverRegistry<GiftCard>
Dereferences the value.
impl LazyStatic for GIFTCARD_STATIC_EVENT_RESOLVER
Auto Trait Implementations§
impl RefUnwindSafe for GIFTCARD_STATIC_EVENT_RESOLVER
impl Send for GIFTCARD_STATIC_EVENT_RESOLVER
impl Sync for GIFTCARD_STATIC_EVENT_RESOLVER
impl Unpin for GIFTCARD_STATIC_EVENT_RESOLVER
impl UnwindSafe for GIFTCARD_STATIC_EVENT_RESOLVER
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