pub struct ZCardCommand { /* private fields */ }Expand description
Represents the ZCARD command.
Implementations§
Trait Implementations§
Source§impl Clone for ZCardCommand
impl Clone for ZCardCommand
Source§fn clone(&self) -> ZCardCommand
fn clone(&self) -> ZCardCommand
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 ZCardCommand
impl Command for ZCardCommand
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 ZCardCommand
impl Debug for ZCardCommand
Auto Trait Implementations§
impl Freeze for ZCardCommand
impl RefUnwindSafe for ZCardCommand
impl Send for ZCardCommand
impl Sync for ZCardCommand
impl Unpin for ZCardCommand
impl UnwindSafe for ZCardCommand
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