pub struct actors;Trait Implementations§
Auto Trait Implementations§
impl Freeze for actors
impl RefUnwindSafe for actors
impl Send for actors
impl Sync for actors
impl Unpin for actors
impl UnwindSafe for actors
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