pub struct ZINCRBY<'a> {
pub key: &'a [u8],
pub increment: &'a [u8],
pub member: &'a [u8],
}
Fields§
§key: &'a [u8]
§increment: &'a [u8]
§member: &'a [u8]
Trait Implementations§
Auto Trait Implementations§
impl<'a> Freeze for ZINCRBY<'a>
impl<'a> RefUnwindSafe for ZINCRBY<'a>
impl<'a> Send for ZINCRBY<'a>
impl<'a> Sync for ZINCRBY<'a>
impl<'a> Unpin for ZINCRBY<'a>
impl<'a> UnwindSafe for ZINCRBY<'a>
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