Enum fred::types::ClientState
[−]
[src]
pub enum ClientState {
Disconnected,
Disconnecting,
Connected,
Connecting,
}The state of the underlying connection to the Redis server.
Variants
DisconnectedDisconnectingConnectedConnectingTrait Implementations
impl Clone for ClientState[src]
fn clone(&self) -> ClientState
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more