pub struct InProcessHostedRpcTransport { /* private fields */ }Expand description
In-process transport used in --nocapture / single-process mode: the
stub calls the owner-side HostedRpcOwnerCell directly without
touching any IPC stream.
Implementations§
Source§impl InProcessHostedRpcTransport
impl InProcessHostedRpcTransport
pub fn new( cells: HashMap<String, Arc<HostedRpcOwnerCell>>, ) -> InProcessHostedRpcTransport
Trait Implementations§
Auto Trait Implementations§
impl Freeze for InProcessHostedRpcTransport
impl !RefUnwindSafe for InProcessHostedRpcTransport
impl Send for InProcessHostedRpcTransport
impl Sync for InProcessHostedRpcTransport
impl Unpin for InProcessHostedRpcTransport
impl UnsafeUnpin for InProcessHostedRpcTransport
impl !UnwindSafe for InProcessHostedRpcTransport
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