pub struct EmittedEvent {
pub emitter: ActorID,
pub event: ActorEvent,
}Fields§
§emitter: ActorID§event: ActorEventTrait Implementations§
Source§impl Clone for EmittedEvent
impl Clone for EmittedEvent
Source§fn clone(&self) -> EmittedEvent
fn clone(&self) -> EmittedEvent
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 EmittedEvent
impl Debug for EmittedEvent
Source§impl PartialEq for EmittedEvent
impl PartialEq for EmittedEvent
impl Eq for EmittedEvent
impl StructuralPartialEq for EmittedEvent
Auto Trait Implementations§
impl Freeze for EmittedEvent
impl RefUnwindSafe for EmittedEvent
impl Send for EmittedEvent
impl Sync for EmittedEvent
impl Unpin for EmittedEvent
impl UnwindSafe for EmittedEvent
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