pub enum InvocationReceiver {
GlobalMethod(ResolvedDynamicAddress<GlobalAddress>),
DirectAccess(InternalAddress),
BlueprintFunction(BlueprintId),
}Variants§
GlobalMethod(ResolvedDynamicAddress<GlobalAddress>)
DirectAccess(InternalAddress)
BlueprintFunction(BlueprintId)
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InvocationReceiver
impl RefUnwindSafe for InvocationReceiver
impl Send for InvocationReceiver
impl Sync for InvocationReceiver
impl Unpin for InvocationReceiver
impl UnwindSafe for InvocationReceiver
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