Struct epicbox::server::BrokerResponseHandler [−][src]
pub struct BrokerResponseHandler {
inner: Arc<Mutex<Server>>,
response_receiver: UnboundedReceiver<BrokerResponse>,
}Fields
inner: Arc<Mutex<Server>>response_receiver: UnboundedReceiver<BrokerResponse>Auto Trait Implementations
impl !RefUnwindSafe for BrokerResponseHandler
impl Send for BrokerResponseHandler
impl Sync for BrokerResponseHandler
impl Unpin for BrokerResponseHandler
impl !UnwindSafe for BrokerResponseHandler
Blanket Implementations
Mutably borrows from an owned value. Read more
impl<T> SafeBorrow<T> for T where
T: ?Sized,
impl<T> SafeBorrow<T> for T where
T: ?Sized,
pub fn borrow_replacement(ptr: &T) -> &T
pub fn borrow_replacement(ptr: &T) -> &T
Given ptr, which was obtained from a prior call to Self::borrow(),
return a value with the same nominal lifetime which is guaranteed to
survive mutations to Self. Read more