Enum redis_driver::ResponsePolicy
source · pub enum ResponsePolicy {
OneSucceeded,
AllSucceeded,
AggLogicalAnd,
AggLogicalOr,
AggMin,
AggMax,
AggSum,
Special,
}
Variants
OneSucceeded
AllSucceeded
AggLogicalAnd
AggLogicalOr
AggMin
AggMax
AggSum
Special
Trait Implementations
sourceimpl Clone for ResponsePolicy
impl Clone for ResponsePolicy
sourcefn clone(&self) -> ResponsePolicy
fn clone(&self) -> ResponsePolicy
Returns a copy of the value. Read more
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresourceimpl Debug for ResponsePolicy
impl Debug for ResponsePolicy
Auto Trait Implementations
impl RefUnwindSafe for ResponsePolicy
impl Send for ResponsePolicy
impl Sync for ResponsePolicy
impl Unpin for ResponsePolicy
impl UnwindSafe for ResponsePolicy
Blanket Implementations
sourceimpl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
const: unstable · sourcefn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more