pub struct ActorEvents { /* private fields */ }Implementations§
Source§impl ActorEvents
impl ActorEvents
pub async fn recv(&mut self) -> Option<ActorEvent>
pub fn try_recv(&mut self) -> Option<ActorEvent>
Trait Implementations§
Source§impl Debug for ActorEvents
impl Debug for ActorEvents
Source§impl From<UnboundedReceiver<ActorEvent>> for ActorEvents
impl From<UnboundedReceiver<ActorEvent>> for ActorEvents
Source§fn from(value: UnboundedReceiver<ActorEvent>) -> Self
fn from(value: UnboundedReceiver<ActorEvent>) -> Self
Converts to this type from the input type.
Auto Trait Implementations§
impl Freeze for ActorEvents
impl RefUnwindSafe for ActorEvents
impl Send for ActorEvents
impl Sync for ActorEvents
impl Unpin for ActorEvents
impl UnsafeUnpin for ActorEvents
impl UnwindSafe for ActorEvents
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