Enum async_pop::ClientState
source · pub enum ClientState {
Authentication,
Transaction,
Update,
None,
}
Variants§
Trait Implementations§
source§impl Debug for ClientState
impl Debug for ClientState
source§impl PartialEq<ClientState> for ClientState
impl PartialEq<ClientState> for ClientState
source§fn eq(&self, other: &ClientState) -> bool
fn eq(&self, other: &ClientState) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.