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