Struct fred::types::MultipleZaddValues
source · pub struct MultipleZaddValues { /* private fields */ }Available on crate feature
i-sorted-sets only.Expand description
Convenience struct for the ZADD command to accept 1 or more (score, value) arguments.
Implementations§
Trait Implementations§
source§impl<T> FromIterator<(f64, T)> for MultipleZaddValueswhere
T: Into<RedisValue>,
impl<T> FromIterator<(f64, T)> for MultipleZaddValueswhere
T: Into<RedisValue>,
source§impl<T> TryFrom<(f64, T)> for MultipleZaddValues
impl<T> TryFrom<(f64, T)> for MultipleZaddValues
Auto Trait Implementations§
impl Freeze for MultipleZaddValues
impl RefUnwindSafe for MultipleZaddValues
impl Send for MultipleZaddValues
impl Sync for MultipleZaddValues
impl Unpin for MultipleZaddValues
impl UnwindSafe for MultipleZaddValues
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
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> Instrument for T
impl<T> Instrument for T
source§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
source§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoEither for T
impl<T> IntoEither for T
source§fn into_either(self, into_left: bool) -> Either<Self, Self>
fn into_either(self, into_left: bool) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left is true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read moresource§fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
fn into_either_with<F>(self, into_left: F) -> Either<Self, Self>
Converts
self into a Left variant of Either<Self, Self>
if into_left(&self) returns true.
Converts self into a Right variant of Either<Self, Self>
otherwise. Read more