Enum fred::types::InfoKind
[−]
[src]
pub enum InfoKind { Default, All, Keyspace, Cluster, CommandStats, Cpu, Replication, Stats, Persistence, Memory, Clients, Server, }
Options for the info command.
Variants
Default
All
Keyspace
Cluster
CommandStats
Cpu
Replication
Stats
Persistence
Memory
Clients
Server
Methods
impl InfoKind
[src]
Trait Implementations
impl Clone for InfoKind
[src]
fn clone(&self) -> InfoKind
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