pub struct InProcessTransportClient { /* private fields */ }Expand description
In-process message client backed by a resolved Boot application.
Implementations§
Source§impl InProcessTransportClient
impl InProcessTransportClient
pub async fn send( &self, message: TransportMessage, ) -> Result<Option<TransportReply>>
pub async fn emit(&self, message: TransportMessage) -> Result<()>
Trait Implementations§
Source§impl Clone for InProcessTransportClient
impl Clone for InProcessTransportClient
Source§fn clone(&self) -> InProcessTransportClient
fn clone(&self) -> InProcessTransportClient
Returns a duplicate of the value. Read more
1.0.0 (const: unstable) · Source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read moreAuto Trait Implementations§
impl !RefUnwindSafe for InProcessTransportClient
impl !UnwindSafe for InProcessTransportClient
impl Freeze for InProcessTransportClient
impl Send for InProcessTransportClient
impl Sync for InProcessTransportClient
impl Unpin for InProcessTransportClient
impl UnsafeUnpin for InProcessTransportClient
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