pub struct ReturnedRuntime { /* private fields */ }Expand description
A connection lent to a detached call, on its way back to the service that owns it.
Auto Trait Implementations§
impl !RefUnwindSafe for ReturnedRuntime
impl !Sync for ReturnedRuntime
impl !UnwindSafe for ReturnedRuntime
impl Freeze for ReturnedRuntime
impl Send for ReturnedRuntime
impl Unpin for ReturnedRuntime
impl UnsafeUnpin for ReturnedRuntime
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