Struct ntex_redis::cmd::commands::HDelCommand
source · pub struct HDelCommand(_);
Implementations§
source§impl HDelCommand
impl HDelCommand
sourcepub fn remove<K>(self, field: K) -> Selfwhere
BulkString: From<K>,
pub fn remove<K>(self, field: K) -> Selfwhere BulkString: From<K>,
Remove field
sourcepub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Selfwhere
BulkString: From<T>,
pub fn remove_all<T>(self, other: impl IntoIterator<Item = T>) -> Selfwhere 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§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more