Enum dbs_upcall::UpcallClientResponse
source · pub enum UpcallClientResponse {
DevMgr(DevMgrResponse),
UpcallReset,
}
Expand description
Upcall client response of different services.
Variants§
DevMgr(DevMgrResponse)
Device manager’s response.
UpcallReset
Upcall client disconnected, and need to reconnect.
Trait Implementations§
source§impl Debug for UpcallClientResponse
impl Debug for UpcallClientResponse
source§impl PartialEq<UpcallClientResponse> for UpcallClientResponse
impl PartialEq<UpcallClientResponse> for UpcallClientResponse
source§fn eq(&self, other: &UpcallClientResponse) -> bool
fn eq(&self, other: &UpcallClientResponse) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.