pub struct ZAddOptions { /* private fields */ }
Expand description
Options for the zadd
command.
Implementations§
Source§impl ZAddOptions
impl ZAddOptions
pub fn condition(self, condition: ZAddCondition) -> Self
pub fn comparison(self, comparison: ZAddComparison) -> Self
pub fn change(self) -> Self
Trait Implementations§
Source§impl Default for ZAddOptions
impl Default for ZAddOptions
Source§fn default() -> ZAddOptions
fn default() -> ZAddOptions
Returns the “default value” for a type. Read more
Source§impl IntoArgs for ZAddOptions
impl IntoArgs for ZAddOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations§
impl Freeze for ZAddOptions
impl RefUnwindSafe for ZAddOptions
impl Send for ZAddOptions
impl Sync for ZAddOptions
impl Unpin for ZAddOptions
impl UnwindSafe for ZAddOptions
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