pub struct ActorTerminated {
pub actor: BasicActorRef,
}Fields§
§actor: BasicActorRefTrait Implementations§
Source§impl Clone for ActorTerminated
impl Clone for ActorTerminated
Source§fn clone(&self) -> ActorTerminated
fn clone(&self) -> ActorTerminated
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreSource§impl Debug for ActorTerminated
impl Debug for ActorTerminated
Source§impl Into<SystemEvent> for ActorTerminated
impl Into<SystemEvent> for ActorTerminated
Source§fn into(self) -> SystemEvent
fn into(self) -> SystemEvent
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ActorTerminated
impl !RefUnwindSafe for ActorTerminated
impl Send for ActorTerminated
impl Sync for ActorTerminated
impl Unpin for ActorTerminated
impl UnsafeUnpin for ActorTerminated
impl !UnwindSafe for ActorTerminated
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