Enum agner_actors::Event
source · [−]pub enum Event<M> {
Message(M),
Signal(Signal),
}Variants
Message(M)
Signal(Signal)
Trait Implementations
Auto Trait Implementations
impl<M> !RefUnwindSafe for Event<M>
impl<M> Send for Event<M>where
M: Send,
impl<M> Sync for Event<M>where
M: Sync,
impl<M> Unpin for Event<M>where
M: Unpin,
impl<M> !UnwindSafe for Event<M>
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more