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