pub struct IOClient<IM, OM> { /* private fields */ }Available on crate features
crossbeam and tokio only.Expand description
For use on the “client side” of the actor.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<IM, OM> Freeze for IOClient<IM, OM>
impl<IM, OM> RefUnwindSafe for IOClient<IM, OM>
impl<IM, OM> Send for IOClient<IM, OM>
impl<IM, OM> Sync for IOClient<IM, OM>
impl<IM, OM> Unpin for IOClient<IM, OM>
impl<IM, OM> UnwindSafe for IOClient<IM, OM>
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