pub struct HostedActorSystem {
pub system: ActorSystem,
pub container: Arc<ServiceContainer>,
}Fields§
§system: ActorSystem§container: Arc<ServiceContainer>Implementations§
Auto Trait Implementations§
impl Freeze for HostedActorSystem
impl !RefUnwindSafe for HostedActorSystem
impl Send for HostedActorSystem
impl Sync for HostedActorSystem
impl Unpin for HostedActorSystem
impl UnsafeUnpin for HostedActorSystem
impl !UnwindSafe for HostedActorSystem
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