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