Struct redis_driver::HScanOptions
source · [−]pub struct HScanOptions { /* private fields */ }
Expand description
Options for the hscan
command
Implementations
sourceimpl HScanOptions
impl HScanOptions
pub fn match_pattern<P: Into<BulkString>>(self, match_pattern: P) -> Self
pub fn count(self, count: usize) -> Self
Trait Implementations
sourceimpl Default for HScanOptions
impl Default for HScanOptions
sourcefn default() -> HScanOptions
fn default() -> HScanOptions
Returns the “default value” for a type. Read more
sourceimpl IntoArgs for HScanOptions
impl IntoArgs for HScanOptions
fn into_args(self, args: CommandArgs) -> CommandArgs
fn num_args(&self) -> usize
Auto Trait Implementations
impl RefUnwindSafe for HScanOptions
impl Send for HScanOptions
impl Sync for HScanOptions
impl Unpin for HScanOptions
impl UnwindSafe for HScanOptions
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