pub struct ArgMap<NA, F, Arg> { /* private fields */ }Expand description
See NewActor::map_arg.
Trait Implementations§
Source§impl<NA, F, Arg> NewActor for ArgMap<NA, F, Arg>
impl<NA, F, Arg> NewActor for ArgMap<NA, F, Arg>
Source§type Message = <NA as NewActor>::Message
type Message = <NA as NewActor>::Message
The type of messages the actor can receive. Read more
Source§type RuntimeAccess = <NA as NewActor>::RuntimeAccess
type RuntimeAccess = <NA as NewActor>::RuntimeAccess
The kind of runtime access needed by the actor. Read more
Auto Trait Implementations§
impl<NA, F, Arg> Freeze for ArgMap<NA, F, Arg>
impl<NA, F, Arg> RefUnwindSafe for ArgMap<NA, F, Arg>
impl<NA, F, Arg> Send for ArgMap<NA, F, Arg>
impl<NA, F, Arg> Sync for ArgMap<NA, F, Arg>
impl<NA, F, Arg> Unpin for ArgMap<NA, F, Arg>
impl<NA, F, Arg> UnwindSafe for ArgMap<NA, F, Arg>
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