#[repr(u32)]pub enum batch_op {
SET = 0,
UNSET = 1,
INCR = 2,
DECR = 3,
EQ = 4,
NE = 5,
GE = 6,
GT = 7,
LE = 8,
LT = 9,
DFLT = 10,
}Expand description
the pair to this list is in module_pbs_v1.c and must be updated to reflect any changes
Variants§
Trait Implementations§
impl Eq for batch_op
impl StructuralPartialEq for batch_op
Auto Trait Implementations§
impl Freeze for batch_op
impl RefUnwindSafe for batch_op
impl Send for batch_op
impl Sync for batch_op
impl Unpin for batch_op
impl UnwindSafe for batch_op
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