[−][src]Struct libaster::redis::cmd::Command
Command is a type for Redis Command.
Fields
is_done: boolis_ask: boolis_inline: boolis_complex: boolcmd_type: CmdTypecrc: u16notify: Notifyreq: Rc<Resp>sub_reqs: Option<Vec<Cmd>>reply: Option<Resp>Methods
impl Command[src]
pub fn key_ref(&self) -> Option<&[u8]>[src]
pub fn key(&self) -> Vec<u8>[src]
pub fn crc(&self) -> u16[src]
pub fn get_cmd_type(&self) -> CmdType[src]
pub fn is_done(&self) -> bool[src]
pub fn is_complex(&self) -> bool[src]
pub fn done(&mut self, reply: Resp)[src]
pub fn done_with_error(&mut self, err: &Resp)[src]
Trait Implementations
Auto Trait Implementations
Blanket Implementations
impl<T, U> Into for T where
U: From<T>, [src]
U: From<T>,
impl<T> From for T[src]
impl<T, U> TryFrom for T where
U: Into<T>, [src]
U: Into<T>,
type Error = Infallible
The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>[src]
impl<T> Borrow for T where
T: ?Sized, [src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized, [src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T[src]
impl<T, U> TryInto for T where
U: TryFrom<T>, [src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>[src]
impl<T> Any for T where
T: 'static + ?Sized, [src]
T: 'static + ?Sized,