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