pub struct ActorBuilder<F>{ /* private fields */ }Expand description
Fluent builder for spawning actors with configuration.
Implementations§
Source§impl<F> ActorBuilder<F>
impl<F> ActorBuilder<F>
Auto Trait Implementations§
impl<F> Freeze for ActorBuilder<F>where
F: Freeze,
impl<F> RefUnwindSafe for ActorBuilder<F>where
F: RefUnwindSafe,
impl<F> Send for ActorBuilder<F>
impl<F> Sync for ActorBuilder<F>
impl<F> Unpin for ActorBuilder<F>where
F: Unpin,
impl<F> UnsafeUnpin for ActorBuilder<F>where
F: UnsafeUnpin,
impl<F> UnwindSafe for ActorBuilder<F>where
F: 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