Struct gift_shop::account::ACCOUNT_STATIC_EVENT_RESOLVER
source · struct ACCOUNT_STATIC_EVENT_RESOLVER {
__private_field: (),
}
Fields§
§__private_field: ()
Trait Implementations§
source§impl Clone for ACCOUNT_STATIC_EVENT_RESOLVER
impl Clone for ACCOUNT_STATIC_EVENT_RESOLVER
source§fn clone(&self) -> ACCOUNT_STATIC_EVENT_RESOLVER
fn clone(&self) -> ACCOUNT_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 ACCOUNT_STATIC_EVENT_RESOLVER
impl Deref for ACCOUNT_STATIC_EVENT_RESOLVER
§type Target = EventResolverRegistry<Account>
type Target = EventResolverRegistry<Account>
The resulting type after dereferencing.
source§fn deref(&self) -> &EventResolverRegistry<Account>
fn deref(&self) -> &EventResolverRegistry<Account>
Dereferences the value.
impl LazyStatic for ACCOUNT_STATIC_EVENT_RESOLVER
Auto Trait Implementations§
impl RefUnwindSafe for ACCOUNT_STATIC_EVENT_RESOLVER
impl Send for ACCOUNT_STATIC_EVENT_RESOLVER
impl Sync for ACCOUNT_STATIC_EVENT_RESOLVER
impl Unpin for ACCOUNT_STATIC_EVENT_RESOLVER
impl UnwindSafe for ACCOUNT_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