pub struct Events<A: Actor> { /* private fields */ }Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<A> !RefUnwindSafe for Events<A>
impl<A> !UnwindSafe for Events<A>
impl<A> Freeze for Events<A>
impl<A> Send for Events<A>
impl<A> Sync for Events<A>
impl<A> Unpin for Events<A>
impl<A> UnsafeUnpin for Events<A>
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