pub struct LiveActorGuard { /* private fields */ }Expand description
Unregisters the child on drop, so a panicking/returning runner can’t leak a stale sender.
Trait Implementations§
Source§impl Drop for LiveActorGuard
impl Drop for LiveActorGuard
Auto Trait Implementations§
impl Freeze for LiveActorGuard
impl RefUnwindSafe for LiveActorGuard
impl Send for LiveActorGuard
impl Sync for LiveActorGuard
impl Unpin for LiveActorGuard
impl UnsafeUnpin for LiveActorGuard
impl UnwindSafe for LiveActorGuard
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