pub struct ZRankCommand { /* private fields */ }Expand description
Represents the ZRANK command.
Implementations§
Trait Implementations§
Source§impl Clone for ZRankCommand
 
impl Clone for ZRankCommand
Source§fn clone(&self) -> ZRankCommand
 
fn clone(&self) -> ZRankCommand
Returns a duplicate of the value. Read more
1.0.0 · Source§fn clone_from(&mut self, source: &Self)
 
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from 
source. Read moreSource§impl Command for ZRankCommand
 
impl Command for ZRankCommand
Source§fn command_name(&self) -> &str
 
fn command_name(&self) -> &str
Get the command name
Source§fn parse_response(&self, response: RespValue) -> RedisResult<Self::Output>
 
fn parse_response(&self, response: RespValue) -> RedisResult<Self::Output>
Parse the response into the output type
Source§impl Debug for ZRankCommand
 
impl Debug for ZRankCommand
Auto Trait Implementations§
impl Freeze for ZRankCommand
impl RefUnwindSafe for ZRankCommand
impl Send for ZRankCommand
impl Sync for ZRankCommand
impl Unpin for ZRankCommand
impl UnwindSafe for ZRankCommand
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
 
impl<T> BorrowMut<T> for Twhere
    T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
 
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more