pub struct GetActor<A>{ /* private fields */ }Implementations§
Trait Implementations§
Source§impl<A> Handler<GetActor<A>> for ActorScheduler
impl<A> Handler<GetActor<A>> for ActorScheduler
Auto Trait Implementations§
impl<A> Freeze for GetActor<A>
impl<A> RefUnwindSafe for GetActor<A>where
A: RefUnwindSafe,
impl<A> Send for GetActor<A>
impl<A> Sync for GetActor<A>
impl<A> Unpin for GetActor<A>where
A: Unpin,
impl<A> UnsafeUnpin for GetActor<A>
impl<A> UnwindSafe for GetActor<A>where
A: 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