Enum redis_driver::LInsertWhere
source · pub enum LInsertWhere {
Before,
After,
}
Variants
Before
After
Trait Implementations
sourceimpl IntoArgs for LInsertWhere
impl IntoArgs for LInsertWhere
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for LInsertWhere
impl Send for LInsertWhere
impl Sync for LInsertWhere
impl Unpin for LInsertWhere
impl UnwindSafe for LInsertWhere
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