Struct ntex_redis::cmd::commands::HDelCommand [−][src]
pub struct HDelCommand(_);Implementations
Remove field
pub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Self where
BulkString: From<T>,
pub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Self where
BulkString: From<T>,
Add more fields to remove
Trait Implementations
Auto Trait Implementations
impl !RefUnwindSafe for HDelCommand
impl Send for HDelCommand
impl Sync for HDelCommand
impl Unpin for HDelCommand
impl !UnwindSafe for HDelCommand
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more
