pub struct ActorRestarted {
pub actor: BasicActorRef,
}Fields§
§actor: BasicActorRefTrait Implementations§
Source§impl Clone for ActorRestarted
impl Clone for ActorRestarted
Source§fn clone(&self) -> ActorRestarted
fn clone(&self) -> ActorRestarted
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 ActorRestarted
impl Debug for ActorRestarted
Source§impl Into<SystemEvent> for ActorRestarted
impl Into<SystemEvent> for ActorRestarted
Source§fn into(self) -> SystemEvent
fn into(self) -> SystemEvent
Converts this type into the (usually inferred) input type.
Auto Trait Implementations§
impl Freeze for ActorRestarted
impl !RefUnwindSafe for ActorRestarted
impl Send for ActorRestarted
impl Sync for ActorRestarted
impl Unpin for ActorRestarted
impl UnsafeUnpin for ActorRestarted
impl !UnwindSafe for ActorRestarted
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