pub struct ExistsCommand { /* private fields */ }Expand description
EXISTS command builder
Implementations§
Trait Implementations§
Source§impl Command for ExistsCommand
impl Command for ExistsCommand
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 PipelineCommand for ExistsCommand
impl PipelineCommand for ExistsCommand
Auto Trait Implementations§
impl Freeze for ExistsCommand
impl RefUnwindSafe for ExistsCommand
impl Send for ExistsCommand
impl Sync for ExistsCommand
impl Unpin for ExistsCommand
impl UnwindSafe for ExistsCommand
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