pub(crate) struct NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: ActorRef<AnActorMsg>,{
pub(crate) actor_ref: ActorRefT,
}Fields§
§actor_ref: ActorRefTTrait Implementations§
Source§impl<ActorRefT> Debug for NodeP2PNetworkInputHandler<ActorRefT>
impl<ActorRefT> Debug for NodeP2PNetworkInputHandler<ActorRefT>
Source§impl<ActorRefT> UntypedMsgHandler for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: ActorRef<AnActorMsg>,
impl<ActorRefT> UntypedMsgHandler for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: ActorRef<AnActorMsg>,
fn receive_untyped( &mut self, message: AnActorMsg, ) -> Result<Option<ActorControl>, MessageNotSupported>
Auto Trait Implementations§
impl<ActorRefT> Freeze for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: Freeze,
impl<ActorRefT> RefUnwindSafe for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: RefUnwindSafe,
impl<ActorRefT> Send for NodeP2PNetworkInputHandler<ActorRefT>
impl<ActorRefT> Sync for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: Sync,
impl<ActorRefT> Unpin for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: Unpin,
impl<ActorRefT> UnwindSafe for NodeP2PNetworkInputHandler<ActorRefT>where
ActorRefT: UnwindSafe,
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