Struct ntex_redis::cmd::commands::HDelCommand [−][src]
pub struct HDelCommand(_);
Implementations
impl HDelCommand[src]
impl HDelCommand[src]pub fn remove<K>(self, field: K) -> Self where
BulkString: From<K>, [src]
BulkString: From<K>,
Remove field
pub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Self where
BulkString: From<T>, [src]
BulkString: From<T>,
Add more fields to remove
Trait Implementations
impl Command for HDelCommand[src]
impl Command for HDelCommand[src]Auto Trait Implementations
impl RefUnwindSafe for HDelCommand
impl RefUnwindSafe for HDelCommandimpl Send for HDelCommand
impl Send for HDelCommandimpl Sync for HDelCommand
impl Sync for HDelCommandimpl Unpin for HDelCommand
impl Unpin for HDelCommandimpl UnwindSafe for HDelCommand
impl UnwindSafe for HDelCommandBlanket 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