pub struct RemoteActiveConsumer<T>where
T: Transport + 'static,{ /* private fields */ }Expand description
Remote consumer
Implementations§
Source§impl<T> RemoteActiveConsumer<T>where
T: Transport + 'static,
impl<T> RemoteActiveConsumer<T>where
T: Transport + 'static,
Trait Implementations§
Auto Trait Implementations§
impl<T> Freeze for RemoteActiveConsumer<T>
impl<T> !RefUnwindSafe for RemoteActiveConsumer<T>
impl<T> Send for RemoteActiveConsumer<T>
impl<T> Sync for RemoteActiveConsumer<T>
impl<T> Unpin for RemoteActiveConsumer<T>
impl<T> !UnwindSafe for RemoteActiveConsumer<T>
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