Struct ntex_redis::cmd::commands::HSetCommand [−][src]
pub struct HSetCommand(_);
Implementations
impl HSetCommand[src]
impl HSetCommand[src]pub fn entry<K, V>(self, field: K, value: V) -> Self where
BulkString: From<K> + From<V>, [src]
BulkString: From<K> + From<V>,
Insert new entry to a redis hashmap
pub fn add_entry<K, V>(&mut self, field: K, value: V) where
BulkString: From<K> + From<V>, [src]
BulkString: From<K> + From<V>,
Insert new entry to a redis hashmap
Trait Implementations
impl Command for HSetCommand[src]
impl Command for HSetCommand[src]Auto Trait Implementations
impl RefUnwindSafe for HSetCommand
impl RefUnwindSafe for HSetCommandimpl Send for HSetCommand
impl Send for HSetCommandimpl Sync for HSetCommand
impl Sync for HSetCommandimpl Unpin for HSetCommand
impl Unpin for HSetCommandimpl UnwindSafe for HSetCommand
impl UnwindSafe for HSetCommandBlanket 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