Struct rustis::commands::ReplicaOfOptions
source · pub struct ReplicaOfOptions { /* private fields */ }Expand description
options for the replicaof command.
Implementations§
source§impl ReplicaOfOptions
impl ReplicaOfOptions
Trait Implementations§
source§impl ToArgs for ReplicaOfOptions
impl ToArgs for ReplicaOfOptions
source§fn write_args(&self, args: &mut CommandArgs)
fn write_args(&self, args: &mut CommandArgs)
Write this Rust type as one ore multiple args into CommandArgs. Read more