Struct ntex_redis::cmd::commands::KeysCommand [−][src]
pub struct KeysCommand(_);
Implementations
impl KeysCommand[src]
impl KeysCommand[src]pub fn key<T>(self, other: T) -> Self where
BulkString: From<T>, [src]
BulkString: From<T>,
Add a key to this command.
pub fn keys<T>(self, other: impl IntoIterator<Item = T>) -> Self where
BulkString: From<T>, [src]
BulkString: From<T>,
Add more keys to this command.
Trait Implementations
impl Command for KeysCommand[src]
impl Command for KeysCommand[src]Auto Trait Implementations
impl RefUnwindSafe for KeysCommand
impl RefUnwindSafe for KeysCommandimpl Send for KeysCommand
impl Send for KeysCommandimpl Sync for KeysCommand
impl Sync for KeysCommandimpl Unpin for KeysCommand
impl Unpin for KeysCommandimpl UnwindSafe for KeysCommand
impl UnwindSafe for KeysCommandBlanket Implementations
impl<T> Instrument for T[src]
impl<T> Instrument for T[src]pub fn instrument(self, span: Span) -> Instrumented<Self>[src]
pub fn in_current_span(self) -> Instrumented<Self>[src]
impl<T> Same<T> for T
impl<T> Same<T> for Ttype Output = T
Should always be Self