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