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