pub struct HsetCommand { /* private fields */ }
Implementations§
Source§impl HsetCommand
impl HsetCommand
Source§impl HsetCommand
impl HsetCommand
pub fn add_field_to_value<S1, S2>( &mut self, field: S1, value: S2, ) -> Result<&mut Self>
Trait Implementations§
Source§impl Command for HsetCommand
impl Command for HsetCommand
type Output = usize
fn as_cmd(&self) -> &ReCmd
fn set_options<S: Serialize>(&mut self, opt: S) -> Result<&mut Self>
fn client(&self) -> &Client
fn url(&self) -> &Url
fn set_options_with_arg<S: Serialize>( &mut self, key: S, value: S, ) -> Result<&mut Self>
fn send<'life0, 'async_trait>(
&'life0 self,
) -> Pin<Box<dyn Future<Output = Result<ReResponse<Self::Output>>> + Send + 'async_trait>>where
Self: Sync + 'async_trait,
'life0: 'async_trait,
Auto Trait Implementations§
impl Freeze for HsetCommand
impl !RefUnwindSafe for HsetCommand
impl Send for HsetCommand
impl Sync for HsetCommand
impl Unpin for HsetCommand
impl !UnwindSafe for HsetCommand
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