pub struct InprocKind;Expand description
Registry kind for the in-process transport.
Trait Implementations§
Source§impl TransportKind for InprocKind
impl TransportKind for InprocKind
Auto Trait Implementations§
impl Freeze for InprocKind
impl RefUnwindSafe for InprocKind
impl Send for InprocKind
impl Sync for InprocKind
impl Unpin for InprocKind
impl UnsafeUnpin for InprocKind
impl UnwindSafe for InprocKind
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