pub struct HDelCommand(/* private fields */);
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 Freeze for HDelCommand
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